mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Remove unused telemetry payload (no-changelog) (#10158)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user