Skip to content

Commit 8c134a5

Browse files
committed
missing return statement
1 parent b4e2e05 commit 8c134a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/onchain-allocator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ export const getSignature = async (id: string) => {
319319
throw externalError("Could not find withdrawal request");
320320
}
321321

322-
await getSignatureFromContract(
322+
return getSignatureFromContract(
323323
withdrawalRequest.chainId,
324324
withdrawalRequest.payloadId!,
325325
withdrawalRequest.encodedData

0 commit comments

Comments
 (0)