Skip to content

Commit ed188ba

Browse files
committed
linting
1 parent ffe33d8 commit ed188ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/job.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function run(instance, job_id, request_doc, asJson) {
6464
// handle case of res.body.fault.type === 'UnknownPropertyException'
6565
// this must be a support user, so we need to re-run with normal job parameters form
6666
if (job_id === 'sfcc-site-archive-import' && request_doc.file_name
67-
&& res.body.fault && res.body.fault.type === 'UnknownPropertyException') {
67+
&& res.body.fault && res.body.fault.type === 'UnknownPropertyException') {
6868
console.warn("internal users must use different form for import; re-running job", request_doc)
6969

7070
return run(instance, job_id, {
@@ -182,7 +182,7 @@ function runSync(instance, job_id, request_doc, asJson, failFast) {
182182
// handle case of res.body.fault.type === 'UnknownPropertyException'
183183
// this must be a support user, so we need to re-run with normal job parameters form
184184
if (job_id === 'sfcc-site-archive-import' && request_doc.file_name
185-
&& res.body.fault && res.body.fault.type === 'UnknownPropertyException') {
185+
&& res.body.fault && res.body.fault.type === 'UnknownPropertyException') {
186186
console.warn("internal users must use different form for import; re-running job", request_doc)
187187

188188
return runSync(instance, job_id, {

0 commit comments

Comments
 (0)