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 543a482 commit 7b66d29Copy full SHA for 7b66d29
lib/configuration/variables/sources/instance-dependent/param.js
@@ -63,9 +63,8 @@ module.exports = (serverlessInstance) => {
63
64
const params = await resolveParams(stage, serverlessInstance);
65
const value = params[address] ? params[address].value : null;
66
- const result = { value };
67
68
- return result;
+ return { value };
69
},
70
};
71
0 commit comments