mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 19:29:15 -04:00
fix commenting
This commit is contained in:
parent
444bbf4cbc
commit
7708460faf
4 changed files with 53 additions and 9 deletions
|
@ -5,7 +5,6 @@ var assert = require('assert')
|
|||
path = require('path');
|
||||
|
||||
var filePath = path.join(__dirname, '../../../../APIKEY.txt');
|
||||
|
||||
var apiKey = fs.readFileSync(filePath, {encoding: 'utf-8'});
|
||||
apiKey = apiKey.replace(/\n$/, "");
|
||||
var apiVersion = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue