fix: set pref OK

This commit is contained in:
Julien Froidefond
2025-02-19 20:30:45 +01:00
parent fea840aa71
commit 73aa6a6b83
2 changed files with 5 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ const defaultPreferences: UserPreferences = {
};
export class PreferencesService {
private static async getCurrentUser(): Promise<User> {
static async getCurrentUser(): Promise<User> {
const userCookie = cookies().get("stripUser");
if (!userCookie) {