Browse Source

FB: do not define get socket method in cwowi index.js

kaori 4 năm trước cách đây
mục cha
commit
229c658757
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      packages/app/src/server/crowi/index.js

+ 0 - 5
packages/app/src/server/crowi/index.js

@@ -308,11 +308,6 @@ Crowi.prototype.scanRuntimeVersions = async function() {
   });
 };
 
-Crowi.prototype.getSocketIo = function() {
-  const socket = this.socketIoService.getDefaultSocket();
-  return socket;
-};
-
 Crowi.prototype.getSlack = function() {
   return this.slack;
 };