Multi-record list

This commit is contained in:
Ian Gulliver
2024-06-22 15:33:14 -07:00
parent 8ea1e9731b
commit ea516a559f
4 changed files with 42 additions and 31 deletions

View File

@@ -101,7 +101,6 @@ func (grc *GetRecordsConfig) InStringFormat(timeZone, userLocale string) *GetRec
return grc
}
// Do send the prepared get records request.
func (grc *GetRecordsConfig) Do() (*Records, error) {
func (grc *GetRecordsConfig) Do() ([]*Record, error) {
return grc.table.GetRecordsWithParams(grc.params)
}