Skip to content

Commit

Permalink
fix: card info -> token
Browse files Browse the repository at this point in the history
you can probably see where i referenced the code from
  • Loading branch information
beer-psi committed Oct 25, 2023
1 parent c7367bd commit 78dc4c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ router.put(
$set: newAuthDoc,
},
{
// insert new card info if the user doesn't have it yet.
// insert new token if the user doesn't have it yet.
upsert: true,
}
);
Expand Down

0 comments on commit 78dc4c6

Please sign in to comment.