Skip to content

Commit

Permalink
remove: newgoalmoved check
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaybadgujar102 committed Oct 30, 2024
1 parent 4e87593 commit 43efc3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/helpers/GoalProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ export const getTypeAtPriority = (goalChanges: IChangesInGoal) => {
typeAtPriority = "deleted";
} else if (goalChanges.restored.length > 0) {
typeAtPriority = "restored";
} else if (goalChanges.newGoalMoved.length > 0) {
typeAtPriority = "newGoalMoved";
} else if (goalChanges.moved.length > 0) {
typeAtPriority = "moved";
}
Expand Down

0 comments on commit 43efc3c

Please sign in to comment.