Remove unnecessary line.
This commit is contained in:
parent
7ec3124d82
commit
e006e5cbcd
@ -6,7 +6,6 @@ var fs = require('fs');
|
|||||||
|
|
||||||
var InsightUI = function(options) {
|
var InsightUI = function(options) {
|
||||||
BaseService.call(this, options);
|
BaseService.call(this, options);
|
||||||
this.routePrefix = options.routePrefix;
|
|
||||||
if (typeof options.apiPrefix !== 'undefined') {
|
if (typeof options.apiPrefix !== 'undefined') {
|
||||||
this.apiPrefix = options.apiPrefix;
|
this.apiPrefix = options.apiPrefix;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user