| 1 | import { Router, Response } from 'express'; |
| 2 | import { AuthedRequest, AuthedRequestWithBody } from '@linen/types'; |
| 3 | import * as notificationService from 'services/notifications'; |
| 4 | import jwtMiddleware from 'server/middlewares/jwt'; |
nothing calls this directly
no test coverage detected