mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: remove unnecessary userPreferences findOne
This commit is contained in:
parent
52f85517bf
commit
39572702a0
4 changed files with 6 additions and 14 deletions
|
@ -299,6 +299,7 @@ export interface UpdateProfileRequest {
|
|||
profileImageUrl?: string | null;
|
||||
backgroundImageUrl?: string | null;
|
||||
bio?: string;
|
||||
language?: string;
|
||||
}
|
||||
|
||||
export interface DownloadSourceDownload {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue