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 98ca243 commit 858d826Copy full SHA for 858d826
lib/deploy/stepFunctions/compileStateMachines.js
@@ -100,7 +100,7 @@ module.exports = {
100
let DependsOn = [];
101
let LoggingConfiguration;
102
let Tags;
103
- if (typeof stateMachineObj.inheritGlobalTags !== 'undefined' && stateMachineObj.inheritGlobalTags === false) {
+ if (stateMachineObj.inheritGlobalTags === false) {
104
Tags = [];
105
} else {
106
Tags = toTags(this.serverless.service.provider.tags);
0 commit comments