refactor(core): Remove unused telemetry payload (no-changelog) (#10158)

This commit is contained in:
Iván Ovejero
2024-07-23 16:42:25 +02:00
committed by GitHub
parent 3846eb967a
commit e46341ac46
4 changed files with 6 additions and 12 deletions

View File

@@ -71,7 +71,7 @@ export class VariablesService {
}
this.validateVariable(variable);
this.eventService.emit('variable-created', { variableType: variable.type });
this.eventService.emit('variable-created');
const saveResult = await this.variablesRepository.save(
{
...variable,