fix(ios): 删除多余的闭合括号

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wangdl 2026-05-28 10:44:02 +08:00
parent cc40d8b364
commit 32790070aa

View File

@ -67,7 +67,6 @@ struct CreateLibraryPage: View {
guard let item else { return } guard let item else { return }
Task { await uploadCover(item) } Task { await uploadCover(item) }
}} }}
}
private func uploadCover(_ item: PhotosPickerItem) async { private func uploadCover(_ item: PhotosPickerItem) async {
isUploadingCover = true isUploadingCover = true