Skip to content

Commit 8e70ae2

Browse files
committed
Update GitHubRepositoryProperty to match schema
1 parent d1a6527 commit 8e70ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feature-flags/properties.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const repositoryPropertyParsers: {
3737
*/
3838
export interface GitHubRepositoryProperty {
3939
property_name: string;
40-
value: string;
40+
value: string | string[];
4141
}
4242

4343
/**

0 commit comments

Comments
 (0)