mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
correct commandArgs parameter on command creation
This commit is contained in:
parent
dd27cd5313
commit
6913fc7a4d
@ -50,7 +50,7 @@ export class CommandExecutor {
|
||||
if (methodLogger.isDebugEnabled()) {
|
||||
methodLogger.debug(`executeEncryptedCommand() commandArgs=${JSON.stringify(commandArgs)}`)
|
||||
}
|
||||
const command = CommandFactory.getInstance().createCommand(commandArgs.commandName, commandArgs.params);
|
||||
const command = CommandFactory.getInstance().createCommand(commandArgs.commandName, commandArgs.commandArgs);
|
||||
if (methodLogger.isDebugEnabled()) {
|
||||
methodLogger.debug(`executeEncryptedCommand() command=${JSON.stringify(command)}`)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user