Skip to content

Commit 6fa656f

Browse files
committed
feat: aaa
1 parent c51ab7b commit 6fa656f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/scf/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export default class Scf {
252252
credentials: this.credentials,
253253
region: this.region,
254254
});
255-
const tags: any = trigger?.parameters?.tags ?? trigger?.tags ?? funcInfo.Tags ?? [];
255+
const tags: any = trigger?.parameters?.tags ?? trigger?.tags ?? funcInfo.Tags;
256256
const triggerOutput = await triggerInstance.create({
257257
scf: this,
258258
region: this.region,

0 commit comments

Comments
 (0)