chore(models): remove unused `getPrimaryCharacter`
This commit is contained in:
parent
1c0c4b1da9
commit
6acb7b7b54
|
|
@ -388,11 +388,6 @@ export async function getPage<TRender extends boolean = false>(
|
|||
return page
|
||||
}
|
||||
|
||||
async function getPrimaryCharacter(address: string) {
|
||||
const character = await indexer.getPrimaryCharacter(address)
|
||||
return character?.characterId
|
||||
}
|
||||
|
||||
export async function deletePage(
|
||||
{ site, id }: { site: string; id: string },
|
||||
customUnidata?: Unidata,
|
||||
|
|
|
|||
Loading…
Reference in New Issue