We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91df565 commit d0fb386Copy full SHA for d0fb386
localenv/mock-account-servicing-entity/app/lib/asset.server.ts
@@ -29,7 +29,6 @@ export const listAssets = async (
29
id
30
scale
31
withdrawalThreshold
32
- tenantId
33
createdAt
34
tenant {
35
@@ -59,7 +58,10 @@ export const loadAssets = async (tenantOptions?: TenantOptions) => {
59
58
id: string
60
scale: number
61
withdrawalThreshold?: bigint | null
62
- tenantId: string
+ tenant: {
+ id: string
63
+ publicName?: string | null
64
+ } | null
65
createdAt: string
66
}
67
}[] = []
0 commit comments