Skip to content

Commit

Permalink
Fix undefined trigger1
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 committed Dec 10, 2024
1 parent f643028 commit fdad2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ async function scheduleERC20TransferJob(owner, token, taskCondition) {
const nodeIdTransfer = UlidMonotonic.generate().toCanonical();
const nodeIdNotification = UlidMonotonic.generate().toCanonical();

console.log("\nTrigger type", trigger1.trigger_type);
console.log("\nTrigger type", trigger.trigger_type);

const result = await asyncRPC(
client,
Expand Down

0 comments on commit fdad2b1

Please sign in to comment.