Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Nov 19, 2024
1 parent e6518cc commit e2f4895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snikket/persistence/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const browser = (dbname, tokenize, stemmer) => {
}
}

function hydrateReactionsArray(reacts, sernderId, timestamp) {
function hydrateReactionsArray(reacts, senderId, timestamp) {
if (!reacts) return reacts;
return reacts.map(r => typeof r === "string" ? hydrateStringReaction(r, senderId, timestamp) : hydrateObjectReaction(r));
}
Expand Down

0 comments on commit e2f4895

Please sign in to comment.