rename to sendCommand

This commit is contained in:
clauspeterhuebner 2026-02-03 00:55:52 +01:00
parent f6dc8ef02c
commit e9e8fbac98

View File

@ -8,7 +8,7 @@ export class CommandResolver {
private commandExecutor = new CommandExecutor();
@Mutation(() => CommandResult)
async executeCommand(
async sendCommand(
@Arg('encryptedArgs', () => EncryptedTransferArgs) encryptedArgs: any,
@Ctx() context: any
): Promise<CommandResult> {