We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e28f7 commit c47f067Copy full SHA for c47f067
src/services/NotificationService.ts
@@ -2,7 +2,7 @@ import * as fs from "fs";
2
import * as path from "path";
3
import webpush from "web-push";
4
import type { PushSubscription, VapidKeys, NotificationPayload } from "../types/notification.js";
5
-import { log } from "./log.js";
+import { log } from "./log";
6
7
/**
8
* NotificationService manages completion notifications for both desktop and web/mobile.
0 commit comments