mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 11:52:20 -06:00
Fix prettier errors
This commit is contained in:
@@ -10,7 +10,10 @@ import axios from 'axios';
|
||||
const logger = new Logger('ProxyController');
|
||||
|
||||
export class ProxyController {
|
||||
constructor(private readonly proxyService: ProxyService, private readonly waMonitor: WAMonitoringService) {}
|
||||
constructor(
|
||||
private readonly proxyService: ProxyService,
|
||||
private readonly waMonitor: WAMonitoringService,
|
||||
) {}
|
||||
|
||||
public async createProxy(instance: InstanceDto, data: ProxyDto) {
|
||||
if (!this.waMonitor.waInstances[instance.instanceName]) {
|
||||
|
||||
Reference in New Issue
Block a user