Skip to content

Commit

Permalink
🎨 #7695
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Mar 22, 2023
1 parent 1b0325d commit c843389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/card/openCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ export const openCardByData = (cardsData: ICard[], html = "") => {
fetchPost(type === "-3" ? "/api/riff/skipReviewRiffCard" : "/api/riff/reviewRiffCard", {
deckID: blocks[index].deckID,
cardID: blocks[index].cardID,
rating: parseInt(type)
rating: parseInt(type),
reviewedCardIDs: blocks
}, () => {
/// #if MOBILE
if (type !== "-3" &&
Expand Down

0 comments on commit c843389

Please sign in to comment.