rename cookie fcn

This commit is contained in:
peintnermax
2023-09-28 14:57:25 +02:00
parent dc81b42944
commit 0e7e3edee8
2 changed files with 3 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ export async function getSessionCookieByLoginName(
}
}
export async function getAllSessionIds(): Promise<any> {
export async function getAllSessionCookieIds(): Promise<any> {
const cookiesList = cookies();
const stringifiedCookie = cookiesList.get("sessions");