Skip to content

Commit

Permalink
remove unused keys from response object
Browse files Browse the repository at this point in the history
  • Loading branch information
mathemancer committed Aug 13, 2024
1 parent a1044f0 commit d42c037
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mathesar/rpc/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ class RecordAdded(TypedDict):
results: An array of a single record objects (the one added).
preview_data: Information for previewing foreign key values.
"""
count: int
results: list[dict]
grouping: GroupingResponse
preview_data: list[dict]

@classmethod
Expand Down

0 comments on commit d42c037

Please sign in to comment.