Skip to content

Commit 2421b53

Browse files
committed
fix: build
1 parent 0b96700 commit 2421b53

File tree

1 file changed

+1
-1
lines changed
  • packages/app-portal/src/systems/Chains/fuel/utils

1 file changed

+1
-1
lines changed

packages/app-portal/src/systems/Chains/fuel/utils/getBlock.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export async function getBlock({
4545
providerUrl: string;
4646
height?: string;
4747
}): Promise<Block> {
48-
const variables = {};
48+
const variables: Record<string, any> = {};
4949
if (height) {
5050
variables.height = height;
5151
} else {

0 commit comments

Comments
 (0)