mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-12 13:25:38 +08:00
Add back push worker init (#473)
This commit is contained in:
@@ -310,6 +310,9 @@ after:
|
||||
log.With(level.Info(logger), "component", "apns"),
|
||||
)(service)
|
||||
|
||||
pushinfoWorker := apns.NewWorker(db, c.PubClient, logger)
|
||||
go pushinfoWorker.Run(context.Background())
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user