Remove unnecessary async from 9 functions that have no await

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 20:44:37 +08:00
parent a5e0e59e0b
commit 9aa60414e7
3 changed files with 9 additions and 9 deletions

View File

@@ -365,7 +365,7 @@ function calculateTotalSeconds() {
}
/** Initializes the duration display based on min/max boundaries and preset value. */
async function createData() {
function createData() {
const size = props.size;
if (maxTotal.value !== null && minTotal.value !== null) {