Skip to content

Commit

Permalink
fix(cmd): datastore command again
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-pad committed Apr 24, 2024
1 parent 0b2a55f commit 6cef16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/burrito/datastore.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package burrito

func (app *App) StartDatastore() error {
app.Controllers.Exec()
app.Datastore.Exec()
return nil
}

0 comments on commit 6cef16c

Please sign in to comment.