Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyi2811 committed Apr 30, 2021
1 parent 1acabc1 commit 6332431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jellyfish-api-core/src/category/net.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class Net {
/**
* Returns the number of connections to other nodes.
*
* @return {Promise<string>}
* @return {Promise<number>}
*/
async getConnectionCount (): Promise<number> {
return await this.client.call('getconnectioncount', [], 'number')
Expand Down

0 comments on commit 6332431

Please sign in to comment.