Skip to content

Commit

Permalink
Flare Build Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bgodlin committed Dec 1, 2024
1 parent caefc0b commit 8bd2f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Flare/flare-starter/src/mappings/mappingHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export async function handleTransaction(
transaction: EthereumTransaction<SubmitHashCallArgs>,
): Promise<void> {
assert(transaction.args, "No transaction.args");

assert(transaction.to, "No transaction.to")
const approval = SubmitHash.create({
id: transaction.hash,
epochId: JSON.parse(transaction.args[0].toString()),
Expand Down

0 comments on commit 8bd2f68

Please sign in to comment.