From 552f8cc4ef412266cd12135e14134f6be42dc603 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Fri, 22 Feb 2019 09:59:36 +0200 Subject: [PATCH] Re-run newest prettier on master Resolves: #1109 Change-type: patch Signed-off-by: Thodoris Greasidis --- lib/events.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/events.ts b/lib/events.ts index d88f2b56..bc52d0ac 100644 --- a/lib/events.ts +++ b/lib/events.ts @@ -9,7 +9,7 @@ import packageJSON = require('../package.json'); const getBalenaSdk = _.once(() => BalenaSdk.fromSharedOptions()); const getMatchCommandAsync = Promise.promisify(Capitano.state.getMatchCommand); -const getMixpanel = _.once(() => { +const getMixpanel = _.once(() => { const settings = require('balena-settings-client'); return Mixpanel.init('00000000000000000000000000000000', { host: `api.${settings.get('balenaUrl')}`,