Skip to content

Commit d0fb386

Browse files
authored
fix: resolve asset query issue in mock ase (#3840)
1 parent 91df565 commit d0fb386

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

localenv/mock-account-servicing-entity/app/lib/asset.server.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export const listAssets = async (
2929
id
3030
scale
3131
withdrawalThreshold
32-
tenantId
3332
createdAt
3433
tenant {
3534
id
@@ -59,7 +58,10 @@ export const loadAssets = async (tenantOptions?: TenantOptions) => {
5958
id: string
6059
scale: number
6160
withdrawalThreshold?: bigint | null
62-
tenantId: string
61+
tenant: {
62+
id: string
63+
publicName?: string | null
64+
} | null
6365
createdAt: string
6466
}
6567
}[] = []

0 commit comments

Comments
 (0)