diff --git a/internal/burrito/datastore.go b/internal/burrito/datastore.go index fd6650f4..4cd48570 100644 --- a/internal/burrito/datastore.go +++ b/internal/burrito/datastore.go @@ -1,6 +1,6 @@ package burrito func (app *App) StartDatastore() error { - app.Controllers.Exec() + app.Datastore.Exec() return nil }