Skip to content

Commit 367fe7b

Browse files
Update script.js
1 parent 1c9dd42 commit 367fe7b

File tree

1 file changed

+1
-1
lines changed
  • Server-Side Components/Transform Map Scripts/Check if the Import file is valid

1 file changed

+1
-1
lines changed

Server-Side Components/Transform Map Scripts/Check if the Import file is valid/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Active : True
1616
ignore = true;
1717
gs.error("File is empty. Hence aborting the transformation");
1818

19-
// Creating a ticket to the Help desk team
19+
// Creating a ticket to the fulfillment team. This step is optional.
2020
var incident = new GlideRecord('incident');
2121
incident.initialize();
2222
incident.short_description = "Import failed due to empty file";

0 commit comments

Comments
 (0)