mirror of
https://github.com/unraid/api.git
synced 2026-05-14 11:59:11 -05:00
chore: lint
This commit is contained in:
@@ -83,7 +83,10 @@ export class ApiManager extends EventEmitter {
|
||||
|
||||
// Load UPC + notifier keys
|
||||
log.debug('Loading service API keys...');
|
||||
const myserversConfigFile = loadState<{ upc: { apikey: string }, notifier: { apikey: string } }>(configPath);
|
||||
const myserversConfigFile = loadState<{
|
||||
upc: { apikey: string };
|
||||
notifier: { apikey: string };
|
||||
}>(configPath);
|
||||
const upcApiKey = myserversConfigFile.upc.apikey;
|
||||
const notifierApiKey = myserversConfigFile.notifier.apikey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user