mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
chore: bump build deps (#1541)
* bump build deps * typescript nonsense * bump prettier
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user