Skip to content

Commit e2a6822

Browse files
sunil-lakshmanharshithad0703
authored andcommitted
Fixed copilot PR comments
1 parent 0538bda commit e2a6822

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ fileignoreconfig:
126126
- filename: packages/contentstack-variants/src/import/audiences.ts
127127
checksum: 9b1d68db8e25c2cf1e68e7b458adadf477875e7901327586c8e6289479549ee8
128128
- filename: packages/contentstack-bulk-publish/src/producer/publish-unpublished-env.js
129-
checksum: 697006c7f7363d5a17a5c459471f84c263adbc9bbe8f06f1ec970f3b0af79bc3
129+
checksum: 50817911da344881b0506532fa619ed2e1ff10d026cd3a735021e710c0fdb322
130130
- filename: packages/contentstack-bulk-publish/src/util/bulk-publish-utils.js
131131
checksum: 4256961b963af6c7f5f0ec9b8bf9b7f22351aa826677cfff0ce81aed12c908a3
132132
version: ''

packages/contentstack-bulk-publish/src/producer/cross-publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ async function start(
341341
const statusUrl = generateBulkPublishStatusUrl(stack, config);
342342
if (statusUrl) {
343343
process.stdout.write('\n');
344-
process.stdout.write('\x1b[37mHere is the link for check the bulk publish status: \x1b[0m');
344+
process.stdout.write('\x1b[37mHere is the link to check the bulk publish status: \x1b[0m');
345345
process.stdout.write('\x1b[34m' + statusUrl + '\x1b[0m');
346346
process.stdout.write('\n');
347347
}

packages/contentstack-bulk-publish/src/producer/publish-assets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ async function start({ retryFailed, bulkPublish, environments, folderUid, locale
137137
const statusUrl = generateBulkPublishStatusUrl(stack, config);
138138
if (statusUrl) {
139139
process.stdout.write('\n');
140-
process.stdout.write('\x1b[37mHere is the link for check the bulk publish status: \x1b[0m');
140+
process.stdout.write('\x1b[37mHere is the link to check the bulk publish status: \x1b[0m');
141141
process.stdout.write('\x1b[34m' + statusUrl + '\x1b[0m');
142142
process.stdout.write('\n');
143143
}

packages/contentstack-bulk-publish/src/producer/publish-entries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ async function start(
261261
const statusUrl = generateBulkPublishStatusUrl(stack, config);
262262
if (statusUrl) {
263263
process.stdout.write('\n');
264-
process.stdout.write('\x1b[37mHere is the link for check the bulk publish status: \x1b[0m');
264+
process.stdout.write('\x1b[37mHere is the link to check the bulk publish status: \x1b[0m');
265265
process.stdout.write('\x1b[34m' + statusUrl + '\x1b[0m');
266266
process.stdout.write('\n');
267267
}

packages/contentstack-bulk-publish/src/producer/publish-unpublished-env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ async function start({ sourceEnv, environments, locale, contentTypes, bulkPublis
150150
const statusUrl = generateBulkPublishStatusUrl(stack, config);
151151
if (statusUrl) {
152152
process.stdout.write('\n');
153-
process.stdout.write('\x1b[37mHere is the link for check the bulk unpublish status: \x1b[0m');
153+
process.stdout.write('\x1b[37mHere is the link to check the bulk unpublish status: \x1b[0m');
154154
process.stdout.write('\x1b[34m' + statusUrl + '\x1b[0m');
155155
process.stdout.write('\n');
156156
}

packages/contentstack-bulk-publish/src/producer/unpublish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ async function start(
332332
const statusUrl = generateBulkPublishStatusUrl(stack, config);
333333
if (statusUrl) {
334334
process.stdout.write('\n');
335-
process.stdout.write('\x1b[37mHere is the link for check the bulk unpublish status: \x1b[0m');
335+
process.stdout.write('\x1b[37mHere is the link to check the bulk unpublish status: \x1b[0m');
336336
process.stdout.write('\x1b[34m' + statusUrl + '\x1b[0m');
337337
process.stdout.write('\n');
338338
}

packages/contentstack-bulk-publish/src/util/bulk-publish-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ function generateBulkPublishStatusUrl(stack, config) {
4949

5050
module.exports = {
5151
generateBulkPublishStatusUrl,
52-
};
52+
};

0 commit comments

Comments
 (0)