From a0cb8a891a00196131111a94f23b931686553a6d Mon Sep 17 00:00:00 2001 From: ale Date: Thu, 26 Sep 2024 02:38:03 +0200 Subject: [PATCH] https out --- lib/apexcustom.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/apexcustom.js b/lib/apexcustom.js index 3a685b7..0dbc33e 100644 --- a/lib/apexcustom.js +++ b/lib/apexcustom.js @@ -1,8 +1,7 @@ // custom side-effects for your app module.exports = (app, apex, client) => { const util = require('./util')(apex), - constant = require('./constant'), - https = require('https') + constant = require('./constant') app.on('apex-outbox', msg => { if (typeof msg === 'object' && !Object.keys(msg).filter(prop => msg[prop]