mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
[web] rm unused callback parameter from ProjectDetailsHandler (#28804)
GitOrigin-RevId: 73cbf3a0ff9fcb6da60e6e6f9a6e3ae5196c79c9
This commit is contained in:
@@ -233,7 +233,7 @@ async function clearTokens(projectId) {
|
||||
).exec()
|
||||
}
|
||||
|
||||
async function _generateTokens(project, callback) {
|
||||
async function _generateTokens(project) {
|
||||
if (!project.tokens) {
|
||||
project.tokens = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user