aboutsummaryrefslogtreecommitdiff
path: root/src/lib/CommandPalette/syncActions.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-04-28 05:34:14 -0700
committerFuwn <[email protected]>2026-04-28 05:34:14 -0700
commit1e149a29f6732c245364aa551fd08e2991310d98 (patch)
treecbafe7526a00309a44a66e11913e8c3b7147f208 /src/lib/CommandPalette/syncActions.ts
parentrefactor(airing): unify countdown formatter into shared helper (diff)
downloaddue.moe-1e149a29f6732c245364aa551fd08e2991310d98.tar.xz
due.moe-1e149a29f6732c245364aa551fd08e2991310d98.zip
style: apply biome formatter
Diffstat (limited to 'src/lib/CommandPalette/syncActions.ts')
-rw-r--r--src/lib/CommandPalette/syncActions.ts8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/CommandPalette/syncActions.ts b/src/lib/CommandPalette/syncActions.ts
index c787f348..49859221 100644
--- a/src/lib/CommandPalette/syncActions.ts
+++ b/src/lib/CommandPalette/syncActions.ts
@@ -41,9 +41,7 @@ export const syncActions = (
lastPush: new Date(),
}));
})
- .catch((error) =>
- console.error("Settings sync push failed", error),
- );
+ .catch((error) => console.error("Settings sync push failed", error));
},
},
{
@@ -82,9 +80,7 @@ export const syncActions = (
);
});
})
- .catch((error) =>
- console.error("Settings sync pull failed", error),
- );
+ .catch((error) => console.error("Settings sync pull failed", error));
},
},
];