fix hoistedNoteId option init

This commit is contained in:
azivner
2018-12-18 20:34:24 +01:00
parent 35cc9da626
commit 8ca943f87b
3 changed files with 4 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
"use strict";
const utils = require('./utils');
const log = require('./log');
const url = require('url');
// this service provides abstraction over node's HTTP/HTTPS and electron net.client APIs