fix: refresh token

This commit is contained in:
GitPusher99 2024-03-28 23:06:29 +08:00
parent 13a00b3c56
commit f20b892dd0

View File

@ -116,7 +116,6 @@ class SunoApi {
make_instrumental: boolean = false,
wait_audio: boolean = false,
): Promise<AudioInfo[]> {
await this.keepAlive(false);
const startTime = Date.now();
const audios = await this.generateSongs(prompt, true, tags, title, make_instrumental, wait_audio);
const costTime = Date.now() - startTime;