mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
remove thenify use - no longer required
This commit is contained in:
parent
ccb49dcdc1
commit
b1c5024bcf
4 changed files with 20 additions and 23 deletions
|
@ -25,7 +25,6 @@ var sessionManager = require("./SessionManager");
|
|||
var settings = require("../utils/Settings");
|
||||
var log4js = require('log4js');
|
||||
var authLogger = log4js.getLogger("auth");
|
||||
const thenify = require("thenify").withCallback;
|
||||
|
||||
/**
|
||||
* This function controlls the access to a pad, it checks if the user can access a pad.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue