Skip to content

Commit 106c115

Browse files
removed isAuthenticated from import
1 parent db2bdac commit 106c115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/contentstack-config/src/commands/config/get/rate-limit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { cliux, configHandler, isAuthenticated, messageHandler } from '@contentstack/cli-utilities';
1+
import { cliux, configHandler, messageHandler } from '@contentstack/cli-utilities';
22
import { Command } from '@contentstack/cli-command';
33
import { RateLimitConfig } from '../../../interfaces';
44

packages/contentstack-config/src/commands/config/remove/rate-limit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { cliux, configHandler, FlagInput, flags, isAuthenticated, messageHandler } from '@contentstack/cli-utilities';
1+
import { cliux, configHandler, FlagInput, flags, messageHandler } from '@contentstack/cli-utilities';
22
import { Command } from '@contentstack/cli-command';
33
import { askOrgID } from '../../../utils/interactive';
44

0 commit comments

Comments
 (0)