mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-09 08:18:44 +01:00
Specify type for Account in AccountProfile/Timeline/Media
This commit is contained in:
parent
8bb8747b82
commit
db2102a315
@ -60,7 +60,7 @@ const mutations: MutationTree<MediaState> = {
|
||||
}
|
||||
|
||||
const actions: ActionTree<MediaState, RootState> = {
|
||||
fetchTimeline: async ({ commit, rootState }, account: Account) => {
|
||||
fetchTimeline: async ({ commit, rootState }, account: Entity.Account) => {
|
||||
commit('TimelineSpace/Contents/SideBar/AccountProfile/changeLoading', true, { root: true })
|
||||
const client = generator(
|
||||
rootState.TimelineSpace.sns,
|
||||
|
Loading…
x
Reference in New Issue
Block a user