mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: remove unused flags for sqlite (#997)
This commit is contained in:
@ -45,7 +45,7 @@ func run() error {
|
||||
|
||||
println(greetingBanner)
|
||||
fmt.Printf("Version %s has started at :%d\n", profile.Version, profile.Port)
|
||||
return serverInstance.Run(ctx)
|
||||
return serverInstance.Start(ctx)
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user