Skip to content

Commit

Permalink
Remove unnecessary comma
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck committed Feb 20, 2020
1 parent 9e0082e commit 758e286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/components/Queue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ interface QueueActionProps {
queue: QueueProps['queue']
retryAll: QueueProps['retryAll']
cleanAllFailed: QueueProps['cleanAllFailed']
cleanAllDelayed: QueueProps['cleanAllDelayed'],
cleanAllCompleted: QueueProps['cleanAllCompleted'],
cleanAllDelayed: QueueProps['cleanAllDelayed']
cleanAllCompleted: QueueProps['cleanAllCompleted']
status: Status
}

Expand Down

0 comments on commit 758e286

Please sign in to comment.