Skip to content

Commit 68bb397

Browse files
authored
Platform Data can only be server. Force to prevent 400's on the events API (#26)
1 parent c617df8 commit 68bb397

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

options.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ func (i *ProxyInstance) Close() error {
6060
}
6161

6262
func (i *ProxyInstance) BuildDevCycleOptions() *devcycle.Options {
63+
i.PlatformData.SdkType = "server"
6364
options := devcycle.Options{
6465
EnableEdgeDB: false,
6566
EnableCloudBucketing: false,

0 commit comments

Comments
 (0)