Skip to content

Commit

Permalink
GateIO: Fix sub asset separator for joined pair subs
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Jan 28, 2025
1 parent 60293de commit 3213531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/gateio/gateio_websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -798,10 +798,10 @@ const subTplText = `
{{- if hasPrefix "spot.order_book" $name -}} , {{- interval $.S.Interval }}{{ end }}
{{- $.PairSeparator }}
{{- end }}
{{- $.AssetSeparator }}
{{- else }}
{{- $pairs.Join }}
{{- end }}
{{- $.AssetSeparator }}
{{- end }}
{{- end }}
`
Expand Down

0 comments on commit 3213531

Please sign in to comment.