@@ -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
 | 
				
			||||||
		Reference in New Issue
	
	Block a user