Skip to content

Commit 281b2dc

Browse files
committed
fix merge conflict
1 parent ba1a96b commit 281b2dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/commands/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ export * from './scan/index.js'
1212
export * from './audit-log/index.js'
1313
export * from './repos/index.js'
1414
export * from './dependencies/index.js'
15+
export * from './organizations/index.js'

lib/commands/organizations/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ora from 'ora'
77
import { handleApiCall, handleUnsuccessfulApiResponse } from '../../utils/api-helpers.js'
88
import { getDefaultKey, setupSdk } from '../../utils/sdk.js'
99

10-
/** @type {import('../../utils/meow-with-subcommands').CliSubcommand} */
10+
/** @type {import('../../utils/meow-with-subcommands.js').CliSubcommand} */
1111
export const organizations = {
1212
description: 'List organizations',
1313
async run (argv, importMeta, { parentName }) {

0 commit comments

Comments
 (0)