Skip to content

Commit f2996f5

Browse files
authored
Respond to comments.
1 parent abe8faf commit f2996f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/secretManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** Mock values returned by `functions.config()`. */
2-
export function mockSecretManager(conf: { [key: string]: any }) {
2+
export function mockSecretManager(conf: Record<string, string>) {
33
for (const [key, value] of Object.entries(conf)) {
44
process.env[key] = value;
55
}

0 commit comments

Comments
 (0)