Skip to content

Commit

Permalink
lint and remove uneeded code
Browse files Browse the repository at this point in the history
Signed-off-by: sharpd <[email protected]>
  • Loading branch information
davidsharp7 committed Jun 19, 2024
1 parent 550e7bf commit abfcb3a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions web/src/store/reducers/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ import {
RESET_JOBS,
} from '../actionCreators/actionTypes'
import { IJob } from '../../types'
import {
addJobTag,
deleteJob,
deleteJobTag,
fetchJobTagsSuccess,
fetchJobsSuccess,
} from '../actionCreators'
import { deleteJob, fetchJobTagsSuccess, fetchJobsSuccess } from '../actionCreators'

export type IJobsState = {
isLoading: boolean
Expand Down

0 comments on commit abfcb3a

Please sign in to comment.