Skip to content

Commit

Permalink
luma
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooy committed Jun 23, 2024
1 parent bfeedaa commit 2ee3775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/luma/voInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const generate= async ()=>{
try{
const d:any= await lumaFetch('/generations/', luma.value);
mlog("d", d )
FeedLumaTask(d.id )
if(d.id ) FeedLumaTask(d.id )
else FeedLumaTask(d[0].id )
ms.success( t('video.submitSuccess'))
}catch(e){
Expand Down

0 comments on commit 2ee3775

Please sign in to comment.