Skip to content

Commit

Permalink
feat: return type, subtype and logo in orgs views
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv9449 committed Mar 28, 2024
1 parent 4038116 commit 4f6370d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ class Meta:
fields = [
"id",
"name",
"type",
"sub_type",
"logo_link",
]


Expand Down

0 comments on commit 4f6370d

Please sign in to comment.