From 14f09fa9c72786ab4213a11b312279ec1dc684ad Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Wed, 23 Mar 2022 23:35:12 +0500 Subject: [PATCH] chore: update comment --- src/job-execution/WebJobExecutor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/job-execution/WebJobExecutor.ts b/src/job-execution/WebJobExecutor.ts index 0bf2325a..a23bad33 100644 --- a/src/job-execution/WebJobExecutor.ts +++ b/src/job-execution/WebJobExecutor.ts @@ -110,7 +110,7 @@ export class WebJobExecutor extends BaseJobExecutor { } /** - * Just use NodeFormData instead of FormData, because FormData is not available in Node. + * Just use NodeFormData instead of both FormData and NodeFormData (also can't use onlty FormData, because FormData is not available in Node). */ let formData = new NodeFormData()