Skip to content

Commit

Permalink
delete not used symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
guskovaue committed Aug 11, 2023
1 parent 33c83f8 commit 424ddb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ const findTestUtils = (
...(match.last_run ? { last_run: match.last_run } : {}),
...(describeType === 'internal'
? {
monitoring: match?.monitoring,
snooze_schedule: match?.snooze_schedule,
monitoring: match.monitoring,
snooze_schedule: match.snooze_schedule,
...(hasActiveSnoozes && { active_snoozes: activeSnoozes }),
}
: {}),
Expand Down

0 comments on commit 424ddb0

Please sign in to comment.