Skip to content

Commit 2d09ef7

Browse files
Fix import?
1 parent 1dd7bf9 commit 2d09ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ async function initDisco({
382382
return apiKey
383383
}
384384

385-
function extractApiKey(output: string): string {
385+
export function extractApiKey(output: string): string {
386386
const match = output.match(/Created API key: ([a-z0-9]{32})/)
387387
if (!match) {
388388
throw new Error('could not extract API key')

0 commit comments

Comments
 (0)