spacing & fix prefixed endpoints

This commit is contained in:
tiagosiebler
2020-06-17 10:54:37 +01:00
parent 49e829fcac
commit 2f130931ff
2 changed files with 32 additions and 35 deletions

View File

@@ -1,6 +1,4 @@
const assert = require('assert');
const request = require('request');
const {signMessage} = require('./utility.js');
@@ -32,7 +30,6 @@ module.exports = class Request {
this.secret = secret;
}
async get(endpoint, params) {
const result = await this._call('GET', endpoint, params);