diff --git a/ts/store/mailer.ts b/ts/store/mailer.ts index 79eff940..d4b90b56 100644 --- a/ts/store/mailer.ts +++ b/ts/store/mailer.ts @@ -5,7 +5,7 @@ import { useSessionStore } from "@/store/session"; import { apiClient } from "@/client"; import { Mailer, type MailerDTO } from "@/type/api"; -export const useStoreMailer = defineStore("publicreport", () => { +export const useStoreMailer = defineStore("mailer", () => { // State const _all = ref(null); const _byID = ref>(new Map());