Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Oct 28, 2024
1 parent 60d0cd3 commit a999e64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export async function verifySessionString (

try {
let data:string = session.substring(SIGNATURE_DIGEST_LENGTH)
// data = Buffer.from(data, 'base64').toString('utf-8')
const arr = fromString(data, 'base64')
data = toString(arr, 'utf-8')

Expand Down

0 comments on commit a999e64

Please sign in to comment.