fix: change type in json tag

This commit is contained in:
mehanizm
2020-04-14 18:30:44 +03:00
parent 8fba273a77
commit dc99a5d0e6

View File

@@ -12,7 +12,7 @@ import (
// Records base type of airtable records
type Records struct {
Records []*Record `json:"records"`
Offset int `offset:"omitempty"`
Offset int `json:"offset,omitempty"`
}
// Table represents table object