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 1e8dbb1 commit 4df993fCopy full SHA for 4df993f
package/lib/compileFunctions.js
@@ -45,7 +45,7 @@ module.exports = {
45
|| '60s';
46
funcTemplate.properties.labels = _.assign({},
47
_.get(this, 'serverless.service.provider.labels') || {},
48
- _.get(funcObject, 'labels') || {},
+ _.get(funcObject, 'labels') || {}
49
);
50
51
const eventType = Object.keys(funcObject.events[0])[0];
0 commit comments