nodejs: fix lint (3eae49253f)

This commit is contained in:
Sergey Linnik
2025-07-15 15:40:14 +03:00
parent 0df21c3f8e
commit 5a1329f12e

View File

@ -42,11 +42,11 @@ exports.isValidToken = async (req, res, next) => {
{
url: `${req.DocManager.getServerPath()}${req.originalUrl || req.url}`,
accessToken: req.query.access_token,
timestamp: timestamp,
timestamp,
},
{
proof: proof,
proofold: proofold,
proof,
proofold,
},
{
modulus: proofKey.modulus,