Skip to content

Commit

Permalink
Some null errors in the frontend in the job notification panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrczarnas committed Oct 28, 2024
1 parent e4865c4 commit 1f060bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dqops/src/main/frontend/src/redux/reducers/job.reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ const schemaReducer = (state = initialState, action: any) => {
if (lastRefreshExceeded) {
Object.keys(job_dictionary_state).forEach((key) => {
if (
job_dictionary_state[key]?.statusChangedAt &&
nowDate.diff(job_dictionary_state[key].statusChangedAt, 'minutes') >
30
) {
Expand Down

0 comments on commit 1f060bf

Please sign in to comment.