lint+fix
This commit is contained in:
parent
4b04488ce0
commit
ded8ae863d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
import { defineStore } from 'pinia'
|
import { defineStore } from 'pinia'
|
||||||
|
|
||||||
import followRequestFetcher from 'src/stores/fetchers/follow_requests.js'
|
import followRequestFetcher from 'src/stores/fetchers/follow_requests.js'
|
||||||
|
import { useInterfaceStore } from 'src/stores/interface.js'
|
||||||
import { useMergedConfigStore } from 'src/stores/merged_config.js'
|
import { useMergedConfigStore } from 'src/stores/merged_config.js'
|
||||||
import { useNotificationsStore } from 'src/stores/notifications.js'
|
import { useNotificationsStore } from 'src/stores/notifications.js'
|
||||||
import { useOAuthStore } from 'src/stores/oauth.js'
|
import { useOAuthStore } from 'src/stores/oauth.js'
|
||||||
import { useInterfaceStore } from 'src/stores/interface.js'
|
|
||||||
|
|
||||||
import { approveUser, denyUser } from 'src/api/user.js'
|
import { approveUser, denyUser } from 'src/api/user.js'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -788,7 +788,7 @@ export const useUsersStore = defineStore('users', {
|
||||||
useListsStore().startFetching()
|
useListsStore().startFetching()
|
||||||
useBookmarkFoldersStore().startFetching()
|
useBookmarkFoldersStore().startFetching()
|
||||||
useChatsStore().startFetching()
|
useChatsStore().startFetching()
|
||||||
if (user.locked) {
|
if (this.currentUser.locked) {
|
||||||
useFollowRequestsStore().startFetching()
|
useFollowRequestsStore().startFetching()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue