Skip to content

Commit 614607c

Browse files
committed
chore: wip
1 parent 3b4043b commit 614607c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.stacks/core/cloud/src/cloud.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,13 @@ export class StacksCloud extends Stack {
303303
cachePolicy: this.cdnCachePolicy,
304304
},
305305

306-
additionalBehaviors: this.generateAdditionalBehaviors(),
306+
additionalBehaviors: this.additionalBehaviors(),
307307
})
308308

309309
return { cdn, originAccessIdentity, cdnCachePolicy }
310310
}
311311

312-
generateAdditionalBehaviors(): Record<string, cloudfront.BehaviorOptions> {
312+
additionalBehaviors(): Record<string, cloudfront.BehaviorOptions> {
313313
let behaviorOptions: Record<string, cloudfront.BehaviorOptions> = {}
314314

315315
if (this.shouldDeployApi()) {

0 commit comments

Comments
 (0)