Skip to content

Commit

Permalink
#3074-linting
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Dec 22, 2024
1 parent f8f166d commit 2be6d82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/backend/src/routes/notifications.routes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import express from 'express';
import NotificationsController from '../controllers/notifications.controllers';
import { nonEmptyString } from '../utils/validation.utils';
import { body } from 'express-validator';

const notificationsRouter = express.Router();

Expand Down

0 comments on commit 2be6d82

Please sign in to comment.