fix: change type in json tag
This commit is contained in:
2
table.go
2
table.go
@@ -12,7 +12,7 @@ import (
|
|||||||
// Records base type of airtable records
|
// Records base type of airtable records
|
||||||
type Records struct {
|
type Records struct {
|
||||||
Records []*Record `json:"records"`
|
Records []*Record `json:"records"`
|
||||||
Offset int `offset:"omitempty"`
|
Offset int `json:"offset,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Table represents table object
|
// Table represents table object
|
||||||
|
|||||||
Reference in New Issue
Block a user