remove mac_address not used
This commit is contained in:
@@ -11,10 +11,9 @@ export enum values {
|
||||
omdb_key,
|
||||
twitch_client_id,
|
||||
twitch_client_secret,
|
||||
mac_address
|
||||
}
|
||||
|
||||
const namesOfValues: string[] = ["", "pass", "omdb_key", "twitch_client_id", "twitch_client_secret", "mac_address"];
|
||||
const namesOfValues: string[] = ["", "pass", "omdb_key", "twitch_client_id", "twitch_client_secret"];
|
||||
|
||||
async function getValue(name: values): Promise<string | undefined> {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user