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 4df993f commit 7096ef0Copy full SHA for 7096ef0
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') || {} // eslint-disable-line comma-dangle
49
);
50
51
const eventType = Object.keys(funcObject.events[0])[0];
0 commit comments