Skip to content

Commit e006e5c

Browse files
author
Braydon Fuller
committed
Remove unnecessary line.
1 parent 7ec3124 commit e006e5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bitcore-node/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ var fs = require('fs');
66

77
var InsightUI = function(options) {
88
BaseService.call(this, options);
9-
this.routePrefix = options.routePrefix;
109
if (typeof options.apiPrefix !== 'undefined') {
1110
this.apiPrefix = options.apiPrefix;
1211
} else {

0 commit comments

Comments
 (0)