mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
Merge pull request #355 from AlanMartines/main
Fix: Corrects the generation of the hash variable name
This commit is contained in:
commit
ba9f97bc3e
@ -2875,7 +2875,8 @@ export class WAStartupService {
|
||||
this.logger.verbose('Processing audio');
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user