Fixed bug

ref #26
This commit is contained in:
Nicolai Ort 2021-02-13 16:14:08 +01:00
parent bdeadd274b
commit 7be211f8b7
1 changed files with 1 additions and 0 deletions

View File

@ -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