Skip to content

Commit

Permalink
Update files.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov authored Dec 27, 2023
1 parent ca41f71 commit 9cb7b3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/ASC.Socket.IO/app/hubs/files.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const logger = require("../log");
module.exports = (io) => {
module.exports = (io) => {
const logger = require("../log.js");
const moment = require("moment");
const filesIO = io; //TODO: Restore .of("/files");
Expand Down

0 comments on commit 9cb7b3d

Please sign in to comment.