Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
Signed-off-by: hrhosni <[email protected]>
  • Loading branch information
hrhosni committed Feb 24, 2021
1 parent 822fc86 commit 685e0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/decodeOpaqueId.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function decodeOpaqueId(opaqueId) {
if (config.REACTION_SHOULD_ENCODE_IDS === false) {
return { namespace: null, id: opaqueId };
}

const [namespace, id] = Buffer
.from(opaqueId, "base64")
.toString("utf8")
Expand Down

0 comments on commit 685e0b4

Please sign in to comment.