Merge pull request #17888 from overleaf/jdt-async-tpr

Async Await the third party references module

GitOrigin-RevId: 58bbc4160cf00bf26b2cd2ea81659ba213f95294
This commit is contained in:
Jimmy Domagala-Tang
2024-04-22 08:03:03 -07:00
committed by Copybot
parent e1ec856650
commit 4fcade16cb

View File

@@ -108,6 +108,7 @@ class Csrf {
Csrf.promises = {
validateRequest: promisify(Csrf.validateRequest),
validateToken: promisify(Csrf.validateToken),
}
module.exports = Csrf