Merge pull request #202 from bhushanrathod32/main

fix for 401 error in 'get_limit' and 'get' request
This commit is contained in:
blueeon 2024-11-27 10:02:42 +08:00 committed by GitHub
commit 3bffec1ea1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,9 @@ class SunoApi {
);
}
// Save clerk version ID for auth
this.clerkVersion = versionListResponse?.data?.['tags']['latest'];
// this.clerkVersion = versionListResponse?.data?.['tags']['latest'];
// Use a Clerk version released before fraud detection was implemented
this.clerkVersion = "5.34.0";
}
/**