Skip to content

Commit

Permalink
Use slightly shorter boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 29, 2024
1 parent ab06a42 commit 248598a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEV3QUiYsp13nD9suD1/ZkEXnuMoSg
return [
Buffer.from(Date.now().toString(16), 'hex').toString('base64url'),
Buffer.from(`ee@${packageData.version}`).toString('base64url'),
randomBytes(12).toString('base64url')
randomBytes(8).toString('base64url')
].join('_');
}
};

0 comments on commit 248598a

Please sign in to comment.