mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 09:22:06 +00:00
Fix misapplied arguments to multi commands
This commit is contained in:
parent
b4936f62af
commit
c6605ed5f0
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ for command, key_pos of COMMANDS
|
|||
key = key_builder(client.key_schema)
|
||||
args_with_key = args.slice(0)
|
||||
args_with_key[key_pos] = key
|
||||
client.rclient[command] key, args...
|
||||
client.rclient[command] args_with_key...
|
||||
|
||||
compareResults = (results) ->
|
||||
return if results.length < 2
|
||||
|
|
Loading…
Reference in a new issue