Skip to content

Commit

Permalink
chore: fix json lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Sep 19, 2023
1 parent 6457022 commit 36ca48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func toContentFilter(filterJSON string) (filter.ContentFilter, error) {

type subscribeResult struct {
Subscriptions []*filter.SubscriptionDetails `json:"subscriptions"`
Error string `json:"error,omitEmpty"`
Error string `json:"error,omitempty"`
}

// FilterSubscribe is used to create a subscription to a filter node to receive messages
Expand Down

0 comments on commit 36ca48d

Please sign in to comment.