Skip to content

Commit 0c51562

Browse files
committed
fixed lint issue
1 parent 73ac460 commit 0c51562

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/contentstack-bulk-operations/src/commands/cm/stacks/bulk-am-assets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default class BulkAmAssets extends Command {
2727
'<%= config.bin %> <%= command.id %> --operation delete --space-uid am123 --org-uid bltcOrg --workspace main --locale en-us --asset-uids-file ./uids.json -y',
2828
];
2929

30-
static flags:FlagInput = {
30+
static flags: FlagInput = {
3131
operation: flags.string({
3232
description: messages.AM_OPERATION_FLAG,
3333
options: ['delete', 'move'],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,4 +444,4 @@ export interface CrossPublishConfig {
444444
contentTypes?: string[];
445445
resourceType: ResourceType;
446446
deliveryStack: DeliveryStack | null; // Pass delivery stack from command (optional)
447-
}
447+
}

0 commit comments

Comments
 (0)