mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03:30
Remove unnecessary constant variable
This commit is contained in:
@@ -43,11 +43,9 @@ export default function useWsJob(initialJob) {
|
||||
}
|
||||
|
||||
function updateJob(job, message) {
|
||||
const updatedJob = {
|
||||
return {
|
||||
...job,
|
||||
finished: message.finished,
|
||||
status: message.status,
|
||||
};
|
||||
|
||||
return updatedJob;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user