We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d358754 commit 01bd18fCopy full SHA for 01bd18f
Server-Side Components/Background Scripts/Safe Bulk Update with Logging/bulk_update_with_progress.js
@@ -4,7 +4,6 @@ var FIELD_TO_UPDATE = 'state'; // Field to update
4
var NEW_VALUE = '1'; // Value to set
5
6
var successCount = 0;
7
-var errorCount = 0;
8
//using gs.info for best logging
9
gs.info('[Bulk Update Started] Table: ' + TABLE + ' | Filter: ' + FILTER, 'BulkUpdate');
10
0 commit comments