Skip to content

Commit

Permalink
check if we need {} on the return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
moshmage committed May 26, 2021
1 parent fa1513f commit 9b3ed8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/BEPRO/Network.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class BEPRONetwork extends IContract {
* Get Issue Id Info
* @param {Object} params
* @param {number} params.issue_id
* @return {Promise<Issue>}
* @return Promise<Issue>
*/
async getIssueById({ issue_id }) {
const r = await this.__sendTx(
Expand Down

0 comments on commit 9b3ed8c

Please sign in to comment.