no need to upload before recording assess

This commit is contained in:
an-lee
2024-04-08 10:44:11 +08:00
parent 1a4df1426b
commit a3a240da56

View File

@@ -155,7 +155,6 @@ export class Recording extends Model<Recording> {
return assessment;
}
await this.upload();
await this.sync();
const webApi = new Client({
baseUrl: process.env.WEB_API_URL || WEB_API_URL,