refactor: simplify preferences handling and enhance pagination functionality in series grid
This commit is contained in:
@@ -46,7 +46,6 @@ export function PreferencesProvider({
|
||||
};
|
||||
|
||||
const updatePreferences = async (newPreferences: Partial<UserPreferences>) => {
|
||||
|
||||
try {
|
||||
const response = await fetch("/api/preferences", {
|
||||
method: "PUT",
|
||||
|
||||
Reference in New Issue
Block a user