Skip to content

Commit

Permalink
漏れ
Browse files Browse the repository at this point in the history
  • Loading branch information
X-20A committed Nov 14, 2024
1 parent 5aef519 commit 7f72bc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/domain/project/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ export const migrateProjectFileObject = async (
// 文内無音倍率の追加
for (const audioItemsKey in projectData.talk.audioItems) {
projectData.talk.audioItems[audioItemsKey].query.pauseLengthScale = 1;
console.log(projectData.talk.audioItems[audioItemsKey].query);
}
}

Expand Down

0 comments on commit 7f72bc0

Please sign in to comment.