From 40f7c00adb58406df4eeba71fb262c633e4ea69d Mon Sep 17 00:00:00 2001 From: jubnl Date: Thu, 2 Apr 2026 19:47:50 +0200 Subject: [PATCH] rename import --- server/src/services/inAppNotifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/services/inAppNotifications.ts b/server/src/services/inAppNotifications.ts index 8cb6f53..25d779f 100644 --- a/server/src/services/inAppNotifications.ts +++ b/server/src/services/inAppNotifications.ts @@ -1,6 +1,6 @@ import { db } from '../db/database'; import { broadcastToUser } from '../websocket'; -import { getAction } from './notificationActions'; +import { getAction } from './inAppNotificationActions'; type NotificationType = 'simple' | 'boolean' | 'navigate'; type NotificationScope = 'trip' | 'user' | 'admin';