Skip to content

Commit

Permalink
fix(ledger-plugin): fix logger.error and remove a duplicated file
Browse files Browse the repository at this point in the history
Signed-off-by: Takuma TAKEUCHI <[email protected]>
  • Loading branch information
takeutak committed Jan 8, 2021
1 parent a2227eb commit bdf561e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 202 deletions.
201 changes: 0 additions & 201 deletions packages/jest.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/routing-interface/util/RIFUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class RIFUtil {
return JSON.parse(jsonStr);
}
catch (error) {
// logger.error(error)
logger.error(error)
return null;
}
}
Expand Down

0 comments on commit bdf561e

Please sign in to comment.