Skip to content

Commit

Permalink
Remove IsMobile
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed May 27, 2024
1 parent c26cb9f commit 3c3d1e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ type (
StreamPull struct {
Source string `json:"source"`
Headers map[string]string `json:"headers,omitempty"`
IsMobile bool `json:"isMobile,omitempty"`
Location *struct {
Lat float64 `json:"lat"`
Lon float64 `json:"lon"`
Expand Down

0 comments on commit 3c3d1e6

Please sign in to comment.