Skip to content

Commit

Permalink
expose cancelFn
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Dec 17, 2023
1 parent e530459 commit 7f6e43e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substreams/node",
"version": "0.5.1",
"version": "0.5.2",
"description": "Substreams for Node.js",
"license": "MIT",
"repository": "substreams-js/substreams-node",
Expand Down
2 changes: 1 addition & 1 deletion src/BlockEmitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class BlockEmitter extends TypedEventEmitter<LocalEventTypes> {
public request: Request;
public registry: IMessageTypeRegistry;
public options?: CallOptions;
private cancelFn?: CancelFn;
public cancelFn?: CancelFn;

constructor(transport: Transport, request: Request, registry: IMessageTypeRegistry, options?: CallOptions) {
super();
Expand Down

0 comments on commit 7f6e43e

Please sign in to comment.