style: pnpm format
All checks were successful
Frontend CI / build (push) Successful in 1m37s
PR Title Check / pr-title-check (pull_request) Successful in 17s

This commit is contained in:
SquidSpirit 2025-10-15 12:09:31 +08:00
parent 9b33ea6c7a
commit 88ad640ec0
2 changed files with 4 additions and 4 deletions

View File

@ -36,4 +36,4 @@ export class LabelApiServiceImpl implements LabelApiService {
const data = await response.json();
return LabelResponseDto.fromJson(data);
}
}
}

View File

@ -63,9 +63,9 @@
}
const isSuccess = await createLabel(formData);
if (!isSuccess) {
return;
}
if (!isSuccess) {
return;
}
formData = {
name: '',