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 c51ab7b commit 6fa656fCopy full SHA for 6fa656f
src/modules/scf/index.ts
@@ -252,7 +252,7 @@ export default class Scf {
252
credentials: this.credentials,
253
region: this.region,
254
});
255
- const tags: any = trigger?.parameters?.tags ?? trigger?.tags ?? funcInfo.Tags ?? [];
+ const tags: any = trigger?.parameters?.tags ?? trigger?.tags ?? funcInfo.Tags;
256
const triggerOutput = await triggerInstance.create({
257
scf: this,
258
0 commit comments