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}`, url: `${req.DocManager.getServerPath()}${req.originalUrl || req.url}`,
accessToken: req.query.access_token, accessToken: req.query.access_token,
timestamp: timestamp, timestamp,
}, },
{ {
proof: proof, proof,
proofold: proofold, proofold,
}, },
{ {
modulus: proofKey.modulus, modulus: proofKey.modulus,