去掉return

This commit is contained in:
北枳 2025-10-21 16:46:17 +08:00
parent 98ab89a1f5
commit 396d80b090

View File

@ -318,7 +318,6 @@ export default function VideoCreationForm() {
} }
console.log('Creating video with params:', requestParams); console.log('Creating video with params:', requestParams);
return;
/** Call MovieProjectService V4 API */ /** Call MovieProjectService V4 API */
const result = await MovieProjectService.createProject<CreateMovieProjectV4Request>( const result = await MovieProjectService.createProject<CreateMovieProjectV4Request>(