riku
2025-07-29 056ea576d820729878ffd62cd54cd7598e72d07e
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);
  }
};