chore(deps-dev): bump eslint-plugin-jest from 22.7.2 to 22.15.0

This commit is contained in:
Justin Starry
2019-08-09 09:04:34 -04:00
committed by Michael Vines
parent 07c2b60458
commit 6ac1dffa99
4 changed files with 58 additions and 12 deletions

View File

@ -540,7 +540,7 @@ export class Connection {
return res.result;
}
/**
/**
* Fetch the current slot that the node is processing
*/
async getSlot(): Promise<number> {
@ -553,7 +553,6 @@ export class Connection {
return res.result;
}
/**
* Fetch the current slot leader of the cluster
*/