Skip to content

Commit c47f067

Browse files
committed
Fix import path: use ./log instead of ./log.js
1 parent 67e28f7 commit c47f067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/NotificationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as fs from "fs";
22
import * as path from "path";
33
import webpush from "web-push";
44
import type { PushSubscription, VapidKeys, NotificationPayload } from "../types/notification.js";
5-
import { log } from "./log.js";
5+
import { log } from "./log";
66

77
/**
88
* NotificationService manages completion notifications for both desktop and web/mobile.

0 commit comments

Comments
 (0)