fix announcements
This commit is contained in:
parent
2b7b1835e9
commit
529a2d100b
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export const useAnnouncementsStore = defineStore('announcements', {
|
||||||
|
|
||||||
const fetchAnnouncements = async () => {
|
const fetchAnnouncements = async () => {
|
||||||
if (!isAdmin) {
|
if (!isAdmin) {
|
||||||
return fetchAnnouncements({
|
return getAnnouncements({
|
||||||
credentials: useCredentialsStore().current,
|
credentials: useCredentialsStore().current,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue