Skip to content

Commit

Permalink
Cryptostore - fix inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Aug 18, 2023
1 parent 671b9b1 commit 08db9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/cryptostore/[...all].js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function decrypt(req, res, xauthsession) {
if (obj.active) {
authors.add(obj.author)
} else {
inactiveAuthors.add(obj.author, {
inactiveAuthors.set(obj.author, {
cost: obj.cost,
tip_cost: obj.tip_cost,
})
Expand Down

0 comments on commit 08db9b8

Please sign in to comment.