Changed visibility of ApiKey to secret

Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
This commit is contained in:
Matt Mulligan
2022-07-23 10:09:10 -04:00
parent 335bfb727c
commit 4a9a2c3cfe
+1 -1
View File
@@ -27,7 +27,7 @@ export interface Config {
/**
* The api key to authenticate to Stack Overflow API
* @visibility backend
* @visibility secret
*/
apiKey?: string;
};