updated modernc versions checks

This commit is contained in:
Gani Georgiev
2024-12-20 14:11:09 +02:00
parent f6407b903b
commit 07552c2809
3 changed files with 29 additions and 10 deletions

View File

@@ -148,9 +148,9 @@ func NewWithConfig(config Config) *PocketBase {
}
// run separately to avoid blocking
logger := be.App.Logger()
app := be.App
routine.FireAndForget(func() {
checkModerncDeps(logger)
checkModerncDeps(app)
})
return nil