Skip to content

Commit 0e78a01

Browse files
committed
lint
1 parent 6553fa4 commit 0e78a01

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
@@ -66,7 +66,7 @@ function run(instance, job_id, request_doc, asJson) {
6666
if (job_id === 'sfcc-site-archive-import' && request_doc.file_name
6767
&& res.body.fault && res.body.fault.type === 'UnknownPropertyException') {
6868
if (!asJson) {
69-
console.warn("internal users must use different form for import; re-running job", request_doc)
69+
console.warn("internal users must use different form for import; re-running job", request_doc)
7070
}
7171

7272
return run(instance, job_id, {
@@ -186,7 +186,7 @@ function runSync(instance, job_id, request_doc, asJson, failFast) {
186186
if (job_id === 'sfcc-site-archive-import' && request_doc.file_name
187187
&& res.body.fault && res.body.fault.type === 'UnknownPropertyException') {
188188
if (!asJson) {
189-
console.warn("internal users must use different form for import; re-running job", request_doc)
189+
console.warn("internal users must use different form for import; re-running job", request_doc)
190190
}
191191

192192
return runSync(instance, job_id, {

0 commit comments

Comments
 (0)