Skip to content

Commit

Permalink
fix: del annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaciqihz committed Jul 14, 2024
1 parent 31a7af6 commit 5fe9cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Challenge/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ export default function Challenge(params) {
saveAnswer()
// 提交答题次数给后端
setLoading(true);
delete answers.annotation;
await submitChallenge({
token_id: detail.tokenId,
answer: JSON.stringify(answers),
Expand Down

0 comments on commit 5fe9cfc

Please sign in to comment.