Commit 0997bed7 authored by Chunchi Che's avatar Chunchi Che

update small

parent 3a6ed8d6
Pipeline #18821 passed with stages
in 3 minutes and 41 seconds
...@@ -29,7 +29,7 @@ export const fetchSelectPlaceHintMeta = createAsyncThunk( ...@@ -29,7 +29,7 @@ export const fetchSelectPlaceHintMeta = createAsyncThunk(
const player = param[0]; const player = param[0];
const hintData = param[1]; const hintData = param[1];
const hintMeta = (await fetchCard(hintData)).text.name || ""; const hintMeta = (await fetchCard(hintData)).text.name || "[?]";
const response: [number, string] = [player, hintMeta]; const response: [number, string] = [player, hintMeta];
return response; return response;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment