Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-kelly committed Oct 7, 2023
1 parent 98cfd3b commit e4a07dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apitable.py/apitable/types/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ class RawRecord(BaseModel):
"""

id: Optional[str] = Field(alias="recordId")
data: Dict[str, Any] = Field(alias="id")
data: Dict[str, Any] = Field(alias="fields")

0 comments on commit e4a07dd

Please sign in to comment.