Skip to content

Commit

Permalink
remove extra data definition
Browse files Browse the repository at this point in the history
  • Loading branch information
schottra committed Feb 6, 2025
1 parent c6870de commit 0833f9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions packages/discovery-provider/src/api/v1/models/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,3 @@
"updated_at": fields.String(required=True),
},
)

collectibles_data = ns.model(
"collectibles_data",
{
"data": fields.Raw(description="Raw collectibles data from the blockchain"),
},
)
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { exists, mapValues } from '../runtime';
*/
export interface CollectiblesData {
/**
* Raw collectibles data from the blockchain
* Raw collectibles JSON structure generated by client
* @type {object}
* @memberof CollectiblesData
*/
Expand Down

0 comments on commit 0833f9c

Please sign in to comment.