mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 11:03:11 +00:00
Fix missed snake_case to camelCase, causing bug where projects couldn't be restored
This commit is contained in:
parent
a79c9b94a8
commit
7898a1deca
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ define [
|
|||
for projectId in projectIds
|
||||
queuedHttp {
|
||||
method: "POST"
|
||||
url: "/project/#{project_id}/restore"
|
||||
url: "/project/#{projectId}/restore"
|
||||
headers:
|
||||
"X-CSRF-Token": window.csrfToken
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue