Actually fetch communication from the store

This commit is contained in:
Eli Ribble 2026-03-22 03:01:49 +00:00
parent 03301518f0
commit 821647cef1
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -40,6 +40,6 @@ export const useCommunicationStore = defineStore("communication", () => {
// State
all,
// Actions
fetch,
fetchAll,
};
});