mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Fix bug where incorrect variable was used
This commit is contained in:
@@ -102,7 +102,7 @@ describe "ProjectUploadController", ->
|
||||
@project_id = "project-id-123"
|
||||
@folder_id = "folder-id-123"
|
||||
@path = "/path/to/file/on/disk.png"
|
||||
@filename = "filename.png"
|
||||
@name = "filename.png"
|
||||
@req.files =
|
||||
qqfile:
|
||||
path: @path
|
||||
|
||||
Reference in New Issue
Block a user