From 6be87c48d02223e0ec0980bb455a74dd8624bd76 Mon Sep 17 00:00:00 2001 From: lub Date: Tue, 17 Oct 2017 20:17:36 +0200 Subject: [PATCH] sort requires alphabetically --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1179636..d43f559 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,8 @@ +const commands = require('./commands.js'); const fs = require('fs'); const remoteExec = require('./remoteExec.js'); const sdk = require('matrix-js-sdk'); const yaml = require('js-yaml'); -const commands = require('./commands.js'); global.config = yaml.safeLoad(fs.readFileSync('config.yaml')); const matrixClient = sdk.createClient({