mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +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()) {
|
if (methodLogger.isDebugEnabled()) {
|
||||||
methodLogger.debug(`executeEncryptedCommand() commandArgs=${JSON.stringify(commandArgs)}`)
|
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()) {
|
if (methodLogger.isDebugEnabled()) {
|
||||||
methodLogger.debug(`executeEncryptedCommand() command=${JSON.stringify(command)}`)
|
methodLogger.debug(`executeEncryptedCommand() command=${JSON.stringify(command)}`)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user