Commit e744c241788cfcc7eef7070417c2257ef69fd56e
1 parent
d96dbe3c7c
Exists in
master
typo
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
api-server/index.js
... | ... | @@ -19,7 +19,7 @@ function isConfigured() { |
19 | 19 | return Boolean(config && config.apiserver && config.apiserver.apikey && config.apiserver.port); |
20 | 20 | } |
21 | 21 | |
22 | -function isValidApiKey(apikey) { | |
22 | +function isValidApikey(apikey) { | |
23 | 23 | return isConfigured() && (config.apiserver.apikey === apikey); |
24 | 24 | } |
25 | 25 |