mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
nodejs: fix lint (3eae49253f)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user