Skip to content

Commit

Permalink
fix: make jsii happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiltz committed Jan 26, 2023
1 parent 8b8704f commit 2258ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corsvalue/index.ts
Expand Up @@ -2,7 +2,7 @@ import { Construct } from 'constructs';
import { addError } from '../errors/add';

abstract class CorsSettingValue {
public static ANY: string = '*';
public static readonly ANY: string = '*';


public static from(scope: Construct, ...values: string[]): string {
Expand Down

0 comments on commit 2258ca8

Please sign in to comment.