fix(RECIPE-0008): complete iteration 1 — resolve all TypeScript strict mode errors

This commit is contained in:
Giancarmine Salucci
2026-02-18 00:56:12 +01:00
parent c752db36f7
commit bf3e5c679f
11 changed files with 584 additions and 59 deletions

View File

@@ -5,6 +5,7 @@
* when users are not actively viewing the application.
*/
// @ts-expect-error - web-push doesn't have TypeScript types, but we mock it anyway
import webpush from 'web-push';
import { queueConfig } from '../queue/config';