riku
2025-09-30 0306fcd184cc3617bc2758b301ecfcef4635f431
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);
  }
};