Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Dec 11, 2023
1 parent 0760643 commit 3c17117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routers/public.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const express = require('express');
const { ENV } = require('../configuration');
const { FileSystem } = require('../services/file-system');
const Datastore = require('../datastores');
const { copySync } = require('fs-extra');
const logger = require('../logger');

const router = express.Router()

Expand Down

0 comments on commit 3c17117

Please sign in to comment.