breaking: remove socket.emit('posts.edit')

This commit is contained in:
Barış Soner Uşaklı
2021-12-09 18:42:43 -05:00
parent f7418ccd47
commit 4247f62441
4 changed files with 88 additions and 88 deletions

View File

@@ -17,7 +17,6 @@ const sockets = require('.');
const SocketPosts = module.exports;
require('./posts/edit')(SocketPosts);
require('./posts/move')(SocketPosts);
require('./posts/votes')(SocketPosts);
require('./posts/tools')(SocketPosts);