diff --git a/src/config.ts b/src/config.ts index ad886d7..e7da417 100644 --- a/src/config.ts +++ b/src/config.ts @@ -47,5 +47,6 @@ function getApiKey(): string { consola.error(`API key is too short - minimum: 64, current: ${key.length}`) throw new Error("API_KEY too short.") } + return key } export let e = errors \ No newline at end of file