Lint all the things
This commit is contained in:
@@ -14,7 +14,7 @@ export default function AddToProduction(apolloClient, jobId, completionCallback,
|
||||
mutation: UPDATE_JOB,
|
||||
variables: { jobId: jobId, job: { inproduction: !remove } }
|
||||
})
|
||||
.then((res) => {
|
||||
.then(() => {
|
||||
notification["success"]({
|
||||
message: i18n.t("jobs.successes.save")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user