fix/merge-testing-to-main #4

Merged
anti merged 138 commits from fix/merge-testing-to-main into main 2026-04-12 10:10:19 +02:00
Showing only changes of commit e24da92e0f - Show all commits

View File

@@ -32,7 +32,7 @@ const DeckyFleet: React.FC = () => {
const handleMutate = async (name: string) => { const handleMutate = async (name: string) => {
try { try {
await api.post(`/deckies/${name}/mutate`); await api.post(`/deckies/${name}/mutate`, {}, { timeout: 120000 });
fetchDeckies(); fetchDeckies();
} catch (err) { } catch (err) {
console.error('Failed to mutate', err); console.error('Failed to mutate', err);