Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
643a10f953 |
4
dart.go
4
dart.go
@ -36,7 +36,7 @@ func New() *Dart {
|
||||
router: httprouter.New(),
|
||||
errorHandler: defaultErrorHandler,
|
||||
middlewares: []Middleware{},
|
||||
logger: log.New(os.Stdout, "[Wasp] ", log.LstdFlags),
|
||||
logger: log.New(os.Stdout, "[Dart] ", log.LstdFlags),
|
||||
}
|
||||
}
|
||||
|
||||
@ -71,7 +71,7 @@ func (d *Dart) WithWebsocketManager() {
|
||||
}
|
||||
|
||||
func (d *Dart) WithCloudFunctions() {
|
||||
d.cron = cron.New(cron.WithSeconds())
|
||||
d.cron = cron.New()
|
||||
d.enableCloudFunctions = true
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user