src/api/clue/clueApi.js @@ -40,7 +40,7 @@ */ pushClue(clueId) { return $clue .post(`clue/push?clueId=${clueId}`) .post(`clue/push?clueId=${clueId}`, {}) .then((res) => res.data); } };