Fixed bug

ref #26
This commit is contained in:
Nicolai Ort 2021-02-13 16:14:08 +01:00
parent bdeadd274b
commit 7be211f8b7

View File

@ -47,5 +47,6 @@ function getApiKey(): string {
consola.error(`API key is too short - minimum: 64, current: ${key.length}`) consola.error(`API key is too short - minimum: 64, current: ${key.length}`)
throw new Error("API_KEY too short.") throw new Error("API_KEY too short.")
} }
return key
} }
export let e = errors export let e = errors