We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffc10d1 + d16eabb commit 02b562bCopy full SHA for 02b562b
redisinsight/api/src/modules/workbench/providers/command-execution.provider.ts
@@ -47,7 +47,7 @@ export class CommandExecutionProvider {
47
return this.encryptEntity(entity);
48
}));
49
50
- entities = (await this.commandExecutionRepository.save(entities.reverse())).reverse();
+ entities = await this.commandExecutionRepository.save(entities);
51
52
const response = await Promise.all(
53
entities.map((entity, idx) => classToClass(
0 commit comments