diff --git a/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift b/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift index 21431b1..cda0cc1 100644 --- a/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift +++ b/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift @@ -67,7 +67,6 @@ struct CreateLibraryPage: View { guard let item else { return } Task { await uploadCover(item) } }} - } private func uploadCover(_ item: PhotosPickerItem) async { isUploadingCover = true