Skip to content

Commit

Permalink
feat: order was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
scientiststwin committed Sep 14, 2023
1 parent 8b92a07 commit dfcf0b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/saga/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ export const TWITTER_REFRESH_TRANSACTIONS: ITransaction[] = [
},
{
queue: Queue.TWITTER_BOT,
event: Event.TWITTER_BOT.EXTRACT.PROFILES,
event: Event.TWITTER_BOT.EXTRACT.LIKES,
order: 2,
...DEFAULT_TRANSACTION_PROPERTY
},
{
queue: Queue.TWITTER_BOT,
event: Event.TWITTER_BOT.EXTRACT.LIKES,
event: Event.TWITTER_BOT.EXTRACT.PROFILES,
order: 3,
...DEFAULT_TRANSACTION_PROPERTY
},
Expand Down

0 comments on commit dfcf0b8

Please sign in to comment.