mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-24 09:28:39 -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');
|
this.logger.verbose('Processing audio');
|
||||||
let tempAudioPath: string;
|
let tempAudioPath: string;
|
||||||
let outputAudio: string;
|
let outputAudio: string;
|
||||||
|
|
||||||
|
number = number.replace(/\D/g, "");
|
||||||
const hash = `${number}-${new Date().getTime()}`;
|
const hash = `${number}-${new Date().getTime()}`;
|
||||||
this.logger.verbose('Hash to audio name: ' + hash);
|
this.logger.verbose('Hash to audio name: ' + hash);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user