mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-04-16 20:37:06 -04:00
removed commented pb.Bootstrap() code
This commit is contained in:
@@ -151,10 +151,6 @@ func (pb *PocketBase) Start() error {
|
||||
// This method differs from pb.Start() by not registering the default
|
||||
// system commands!
|
||||
func (pb *PocketBase) Execute() error {
|
||||
// if err := pb.Bootstrap(); err != nil {
|
||||
// return err
|
||||
// }
|
||||
|
||||
var wg sync.WaitGroup
|
||||
|
||||
wg.Add(1)
|
||||
|
||||
Reference in New Issue
Block a user