We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65cdbc commit 8178c89Copy full SHA for 8178c89
src/index.js
@@ -17,10 +17,10 @@ let store = { ...process.env };
17
18
module.exports = Object
19
.create({
20
- async _mergeSecrets_({ fetcherFunc }) {
+ async _mergeSecrets_ ({ fetcherFunc }) {
21
const secret = await fetcherFunc();
22
store = { ...store, ...secret };
23
- return this;
+ return this;
24
},
25
/**
26
* @description Fetches an IP address from the environment. If the value found under the specified key is not a valid IPv4
0 commit comments