| 1 | import { notificationPreferencesService } from "../../lib/notifications"; |
| 2 | import { errorHandler } from "../../middleware/error-handler"; |
| 3 | import { requireAuth } from "../auth/auth.plugin"; |
| 4 | import notificationsPushRoutes from "./notifications.push.routes"; |
nothing calls this directly
no test coverage detected