mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-23 15:19:41 +02:00
chore: bump build deps (#1541)
* bump build deps * typescript nonsense * bump prettier
This commit is contained in:
parent
95b1b8bbdc
commit
7ce02c31d5
3 changed files with 204 additions and 70 deletions
|
@ -22,7 +22,7 @@ export function useUserSortPreferences(): Ref<UserRecipePreferences> {
|
|||
{ mergeDefaults: true }
|
||||
// we cast to a Ref because by default it will return an optional type ref
|
||||
// but since we pass defaults we know all properties are set.
|
||||
) as Ref<UserRecipePreferences>;
|
||||
) as unknown as Ref<UserRecipePreferences>;
|
||||
|
||||
return fromStorage;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue