We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951813d commit 9c61ab4Copy full SHA for 9c61ab4
ldservices/client_sdk_data.go
@@ -37,7 +37,7 @@ func (f FlagValueData) Id() string { //nolint // standard capitalization would b
37
38
// Event is for the eventsource.Event interface. It returns "patch".
39
func (f FlagValueData) Event() string {
40
- return "put"
+ return "patch"
41
}
42
43
// Data is for the eventsource.Event interface. It provides the marshalled data in the format used by the streaming
0 commit comments