Skip to content

Commit a0783c3

Browse files
author
naman-contentstack
committed
fix: lint issues
1 parent a463eb3 commit a0783c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/contentstack-bulk-operations/src/messages

packages/contentstack-bulk-operations/src/messages/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ const csAssetsBulkMsg = {
255255
CS_ASSETS_MOVE_ASSETS_COUNT: '{count} asset(s) moved to folder: {folderUid}',
256256
CS_ASSETS_OPERATION_FAILED: 'CS Assets {operation} failed.',
257257
CS_ASSETS_BATCH_SUMMARY: 'Dispatched in {batchesTotal} batch(es) of up to 100 — {batchesSucceeded} succeeded.',
258-
CS_ASSETS_PARTIAL_FAILURE: 'CS Assets {operation} partially failed: {batchesFailed} of {batchesTotal} batch(es) failed.',
258+
CS_ASSETS_PARTIAL_FAILURE:
259+
'CS Assets {operation} partially failed: {batchesFailed} of {batchesTotal} batch(es) failed.',
259260
CS_ASSETS_FAILED_BATCH: 'Batch {batchIndex} ({count} item(s)) failed: {error}',
260261
CS_ASSETS_FAILED_UIDS_WRITTEN:
261262
'Uids whose {operation} request did not confirm success written to: {path} (these requests failed to return success — the server may or may not have applied them).',

0 commit comments

Comments
 (0)