Skip to content

Commit 9c61ab4

Browse files
committed
fix patch event type
1 parent 951813d commit 9c61ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldservices/client_sdk_data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (f FlagValueData) Id() string { //nolint // standard capitalization would b
3737

3838
// Event is for the eventsource.Event interface. It returns "patch".
3939
func (f FlagValueData) Event() string {
40-
return "put"
40+
return "patch"
4141
}
4242

4343
// Data is for the eventsource.Event interface. It provides the marshalled data in the format used by the streaming

0 commit comments

Comments
 (0)