fix(ios): 删除多余的闭合括号
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
cc40d8b364
commit
32790070aa
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user