diff --git a/main.go b/main.go index 84301e33..05109da5 100644 --- a/main.go +++ b/main.go @@ -230,7 +230,7 @@ func configure(app *aero.Application) *aero.Application { app.OnShutdown(arn.Node.Close) // Prefetch data from all collections - arn.DB.PrefetchData() + arn.DB.Prefetch() // Specify test routes for route, examples := range routeTests {