reload apns token on startup

This commit is contained in:
2025-02-10 13:21:41 -08:00
parent 6635a1a89b
commit 2d92370254

View File

@@ -26,6 +26,7 @@ async function main() {
await repositoryDataUpdater.start();
const notificationService = new NotificationService(repository);
notificationService.reloadAPNsTokenIfTimePassed();
const { url } = await startStandaloneServer(server, {
listen: {