Skip to content

Commit

Permalink
zzzzz
Browse files Browse the repository at this point in the history
  • Loading branch information
ogp-weeloong committed May 7, 2024
1 parent 05ecbc6 commit 42f956e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ const action: IRawAction = {
}

// Testing only
if (get(data, 'delayType') && !threwAlready.has($.execution.id)) {
if (
get(JSON.parse(data), 'delayType') &&
!threwAlready.has($.execution.id)
) {
threwAlready.add($.execution.id)
throw new RetriableError({
error: 'testing',
Expand Down

0 comments on commit 42f956e

Please sign in to comment.