We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b0acc commit e7df2d1Copy full SHA for e7df2d1
src/index.ts
@@ -23,8 +23,8 @@ import { signingKeysCommand } from './commands/signing-keys/index.ts';
23
import { transcriptionVocabulariesCommand } from './commands/transcription-vocabularies/index.ts';
24
import { uploadsCommand } from './commands/uploads/index.ts';
25
import { videoViewsCommand } from './commands/video-views/index.ts';
26
-import { checkForUpdate } from './lib/update-notifier.ts';
27
import { setAgentMode } from './lib/context.ts';
+import { checkForUpdate } from './lib/update-notifier.ts';
28
29
const VERSION = pkg.version;
30
0 commit comments