Skip to content

Commit c2a033f

Browse files
authored
Merge pull request #634 from brefphp/fix-variable-binding
Fix variable binding
2 parents 071b0dd + 496f0ac commit c2a033f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ServerlessPlugin {
2323
// See https://www.serverless.com/framework/docs/guides/plugins/custom-variables
2424
this.configurationVariablesSources = {
2525
'bref-extra': {
26-
async resolve({address, params, resolveConfigurationProperty, options}) {
26+
resolve: async ({address, params, resolveConfigurationProperty, options}) => {
2727
// `address` and `params` reflect values configured with a variable: ${bref-extra(param1, param2):address}
2828

2929
// `options` is CLI options

0 commit comments

Comments
 (0)