mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 00:24:15 +00:00
Merge pull request #1110 from balena-io/1109-prettier-on-master
Re-run newest prettier on master
This commit is contained in:
commit
8482961f7f
@ -9,7 +9,7 @@ import packageJSON = require('../package.json');
|
||||
|
||||
const getBalenaSdk = _.once(() => BalenaSdk.fromSharedOptions());
|
||||
const getMatchCommandAsync = Promise.promisify(Capitano.state.getMatchCommand);
|
||||
const getMixpanel = _.once<any>(() => {
|
||||
const getMixpanel = _.once<any>(() => {
|
||||
const settings = require('balena-settings-client');
|
||||
return Mixpanel.init('00000000000000000000000000000000', {
|
||||
host: `api.${settings.get('balenaUrl')}`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user