mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Minor fix for API
This commit is contained in:
parent
9f52ca7eec
commit
73dbc4ffab
1 changed files with 1 additions and 0 deletions
1
api.js
1
api.js
|
|
@ -11,6 +11,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||
|
||||
var Logger = require("./logger");
|
||||
var fs = require("fs");
|
||||
var $util = require("./utilities");
|
||||
|
||||
module.exports = function (Server) {
|
||||
var ActionLog = Server.actionlog;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue