Skip to content

Commit

Permalink
style/lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>
  • Loading branch information
krancour committed Apr 8, 2022
1 parent 24b61b1 commit 4573d39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/core/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ export interface JobSpec {
*/
host?: JobHost
/** Specifies whether the job is permitted to fail WITHOUT causing the
* worker process to fail. The API server does not use this field directly,
* but it is information that may be valuable to gateways that report job
* success/failure upstream to original event sources.
*/
fallible?: Boolean
* worker process to fail. The API server does not use this field directly,
* but it is information that may be valuable to gateways that report job
* success/failure upstream to original event sources.
*/
fallible?: boolean
}

/**
Expand Down

0 comments on commit 4573d39

Please # to comment.