mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-05 06:46:27 -06:00
Merge pull request #355 from AlanMartines/main
Fix: Corrects the generation of the hash variable name
This commit is contained in:
@@ -2876,6 +2876,7 @@ export class WAStartupService {
|
||||
let tempAudioPath: string;
|
||||
let outputAudio: string;
|
||||
|
||||
number = number.replace(/\D/g, "");
|
||||
const hash = `${number}-${new Date().getTime()}`;
|
||||
this.logger.verbose('Hash to audio name: ' + hash);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user