Skip to content

Commit

Permalink
Code scanning, Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijndik committed Dec 3, 2024
1 parent 264b866 commit 7e5981b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const assert = require('assert');
const sinon = require('sinon');
const express = require('express');
const request = require('supertest');
const { User } = require('../../../lib/dtos/User');
const { detectorOwnershipMiddleware } = require('../../../lib/middleware/detectorOwnership.middleware');

Expand Down

0 comments on commit 7e5981b

Please sign in to comment.