feat: remove unnecessary userPreferences findOne

This commit is contained in:
Zamitto 2025-01-05 12:28:33 -03:00
parent 52f85517bf
commit 39572702a0
4 changed files with 6 additions and 14 deletions

View file

@ -299,6 +299,7 @@ export interface UpdateProfileRequest {
profileImageUrl?: string | null;
backgroundImageUrl?: string | null;
bio?: string;
language?: string;
}
export interface DownloadSourceDownload {