Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Aug 15, 2024
1 parent 9a19031 commit 8b8c4bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/client/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/client/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/chainhook-client",
"version": "1.11.0",
"version": "1.12.0",
"description": "Chainhook TypeScript client",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion components/client/typescript/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export async function buildServer(
continue;
case false:
logger.info(
`ChainhookEventObserver predicate ${predicate.uuid} was being used but is now inactive, updating`
`ChainhookEventObserver predicate ${predicate.uuid} was being used but is now inactive, removing for re-regristration`
);
await removePredicate(predicate);
}
Expand Down

0 comments on commit 8b8c4bc

Please sign in to comment.