Changed visibility of ApiKey to secret
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ export interface Config {
|
||||
|
||||
/**
|
||||
* The api key to authenticate to Stack Overflow API
|
||||
* @visibility backend
|
||||
* @visibility secret
|
||||
*/
|
||||
apiKey?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user