Skip to content

Commit 7413e02

Browse files
authored
Update engine/access/rest/websockets/models/subscription_entry.go
1 parent a7f3163 commit 7413e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/access/rest/websockets/models/subscription_entry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ package models
33
// SubscriptionEntry represents an active subscription entry.
44
type SubscriptionEntry struct {
55
SubscriptionID string `json:"subscription_id"` // ID is a client generated UUID for subscription
6-
Topic string `json:"topic"` // Topic of the subscription
6+
Topic string `json:"topic"` // Topic of the subscription
77
Arguments Arguments `json:"arguments"`
88
}

0 commit comments

Comments
 (0)