Skip to content

Commit

Permalink
fix: remove dd property which lead to error (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai authored Dec 26, 2024
1 parent 226e47a commit 1b919e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/pkg/websocketfetcher/providers/upbit/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ type Response struct {
MarketState *string `json:"ms"`
MarketStateForIos *string `json:"msfi"`
IsTradingSuspended *bool `json:"its"`
DelistingDate *string `json:"dd"`
MarketWarning *string `json:"mw"`
Timestamp int64 `json:"tms"`
StreamType string `json:"st"`
Expand Down

0 comments on commit 1b919e8

Please sign in to comment.