Skip to content

Commit

Permalink
update big number (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-seitz-uniswap authored Feb 27, 2024
1 parent 8d83309 commit 9063cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/shared/sfn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type OrderTrackingSfnInput = {

//TODO: remove random for sfn name
//this is to stop collisions in the running step function name
const BIG_NUMBER = 1000000000000000000000
const BIG_NUMBER = 1000000000000

export async function kickoffOrderTrackingSfn(sfnInput: OrderTrackingSfnInput, stateMachineArn: string) {
log.info('starting state machine')
Expand Down

0 comments on commit 9063cf6

Please sign in to comment.