mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 00:29:04 +02:00
Fix misapplied arguments to multi commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user