Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
rynomster committed Jun 29, 2017
1 parent 865a76e commit d207c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/rpc/rpc.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class RPCService {

poll(): void {
// TODO: Actual polling... Check block height and last transaction
let _call = (element) => {
const _call = (element) => {
this.call(
element.instance,
element.method,
Expand Down

0 comments on commit d207c9c

Please sign in to comment.