mirror of
https://github.com/TeamPiped/Mautrix-Bot.git
synced 2024-08-14 23:56:15 +00:00
Remove non-existent field.
This commit is contained in:
parent
10e1dc8c88
commit
c59426487a
1 changed files with 0 additions and 1 deletions
1
bot.go
1
bot.go
|
@ -151,7 +151,6 @@ func getEnv(key, fallback string) string {
|
||||||
// SearchResult is a JSONObject
|
// SearchResult is a JSONObject
|
||||||
type SearchResult struct {
|
type SearchResult struct {
|
||||||
Nextpage string `json:"nextpage"`
|
Nextpage string `json:"nextpage"`
|
||||||
ID string `json:"id"`
|
|
||||||
Items []struct {
|
Items []struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Thumbnail string `json:"thumbnail"`
|
Thumbnail string `json:"thumbnail"`
|
||||||
|
|
Loading…
Reference in a new issue