Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
heshammourad committed Aug 26, 2024
1 parent bc059b8 commit d52c581
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/api/staticContent.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
const axios = require('axios');

const db = require('../db');
const { createLogger } = require('../logger');
const memcache = require('../memcache');

const logger = createLogger('API/STATIC_CONTENT');

Expand Down

0 comments on commit d52c581

Please sign in to comment.