Skip to content

Commit

Permalink
aligning action types
Browse files Browse the repository at this point in the history
Signed-off-by: sharpd <[email protected]>
  • Loading branch information
davidsharp7 committed Jul 23, 2024
1 parent 11bfa34 commit 65c0fbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/store/actionCreators/actionTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const DIALOG_TOGGLE = 'DIALOG_TOGGLE'
export const FETCH_RUNS = 'FETCH_RUNS'
export const FETCH_RUNS_SUCCESS = 'FETCH_RUNS_SUCCESS'
export const RESET_RUNS = 'RESET_RUNS'

export const FETCH_LATEST_RUNS = 'FETCH_LATEST_RUNS'
export const FETCH_LATEST_RUNS_SUCCESS = 'FETCH_LATEST_RUNS_SUCCESS'

Expand Down

0 comments on commit 65c0fbd

Please sign in to comment.