refactor: add missing semicolon
This commit is contained in:
parent
8b5744061f
commit
1a96acb54c
@ -89,6 +89,6 @@ export class Config implements ConfigTypes {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public get sslVerify() {
|
public get sslVerify() {
|
||||||
return this.loadConfigValue('sslVerify', 'boolean')
|
return this.loadConfigValue('sslVerify', 'boolean');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user