Skip to content

Commit 4cb0bb1

Browse files
Add Beta platform type (#158)
1 parent d22bc8e commit 4cb0bb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/config/platform.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type PlatformType string
2323
const (
2424
Local PlatformType = "LOCAL"
2525
Staging PlatformType = "STAGING"
26+
OpenBeta PlatformType = "BETA"
2627
Production PlatformType = "PRODUCTION"
2728
)
2829

0 commit comments

Comments
 (0)