🐐
This commit is contained in:
@@ -270,7 +270,7 @@
|
||||
if (!selectedDeckId || selectedDeck?.card_count < 20) return;
|
||||
error = '';
|
||||
phase = 'queuing';
|
||||
const res = await apiFetch(`${API_URL}/game/solo?deck_id=${selectedDeckId}`, {
|
||||
const res = await apiFetch(`${API_URL}/game/solo?deck_id=${selectedDeckId}&difficulty=5`, {
|
||||
method: 'POST'
|
||||
});
|
||||
if (!res.ok) {
|
||||
|
||||
Reference in New Issue
Block a user