Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ettec committed Jun 6, 2024
1 parent 0a18c69 commit 6222f21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/screens/Job/generateJobDefinition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,7 @@ export const generateJobDefinition = (
case 'StandardCapabilitiesSpec':
values = {
...extractJobFields(job),
...extractSpecFields(
job.spec, 'command', 'config',
),
...extractSpecFields(job.spec, 'command', 'config'),
}

break
Expand Down

0 comments on commit 6222f21

Please sign in to comment.