Skip to content

Commit

Permalink
Fix a typo in contributor_details field (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
latonv committed Aug 24, 2023
1 parent f52735d commit f11dbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/responses/collection-extra-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface CollectionExtraInfo {
collection_size?: number;

/** User details for each of the "Additional Contributors" to this collection */
contributors_details?: UserDetails[];
contributor_details?: UserDetails[];

/** How many total views this collection has received (all-time) */
downloads?: number;
Expand Down

0 comments on commit f11dbf4

Please sign in to comment.