Skip to content

Commit

Permalink
fix: set proper rwa type
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Feb 15, 2024
1 parent 38c893b commit 625cfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/modules/document/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const documentModelInterface = interfaceType({
return 'BudgetStatement';
case 'powerhouse/account-snapshot':
return 'AccountSnapshot';
case 'powerhouse/real-world-assets':
case 'makerdao/rwa-portfolio':
return 'RealWorldAssets';
default:
return 'DefaultDocument';
Expand Down

0 comments on commit 625cfd8

Please sign in to comment.