Skip to content

Commit

Permalink
Merge pull request #433 from Real-Dev-Squad/sahsisunny-patch-1
Browse files Browse the repository at this point in the history
Fix typo in `app/constants/tasks.js`
  • Loading branch information
ankushdharkar authored Jul 8, 2023
2 parents b59a113 + 0f54939 commit 842c81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constants/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const TASK_KEYS = {
NEEDS_REVIEW: 'NEEDS_REVIEW',
IN_REVIEW: 'IN_REVIEW',
APPROVED: 'APPROVED',
MERGED: 'MEGRED',
MERGED: 'MERGED',
SANITY_CHECK: 'SANITY_CHECK',
REGRESSION_CHECK: 'REGRESSION_CHECK',
RELEASED: 'RELEASED',
Expand Down

0 comments on commit 842c81b

Please sign in to comment.