Skip to content

Commit 4cd4146

Browse files
committed
fix: Linter
1 parent 5728da3 commit 4cd4146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/src/hub.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export class Hub implements HubInterface {
384384
* @inheritDoc
385385
*/
386386
public getTransaction(callback: (transaction: Transaction) => void): void {
387-
this._callExtensionMethod('getTransaction', callback);
387+
this._callExtensionMethod<void>('getTransaction', callback);
388388
}
389389

390390
/**

0 commit comments

Comments
 (0)