Skip to content

Commit

Permalink
Revert: unwanted change(#85zrjdd3b)
Browse files Browse the repository at this point in the history
  • Loading branch information
disha1202 committed Feb 2, 2023
1 parent 4b39bc1 commit 545e6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/job/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ const actions: ActionTree<JobState, RootState> = {
id: job.jobId,
frequency: job.tempExprId,
enumId: job.systemJobEnumId,
status: job.statusId,
status: job.statusId
}
});

Expand Down

0 comments on commit 545e6ce

Please sign in to comment.