Specify type for Account in Toot

This commit is contained in:
AkiraFukushima 2021-02-04 11:00:06 +09:00
parent ec921bea93
commit 2048006b95
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ const actions: ActionTree<TootState, RootState> = {
await client.deleteStatus(message.id)
return message
},
block: async ({ rootState }, account: Account) => {
block: async ({ rootState }, account: Entity.Account) => {
const client = generator(
rootState.TimelineSpace.sns,
rootState.TimelineSpace.account.baseURL,