Skip to content

Commit 883bcab

Browse files
chriswebb09yo1995
andauthored
Update Shared/Samples/Edit feature attachments/EditFeatureAttachmentsView.swift
Co-authored-by: Ting <[email protected]>
1 parent 6ccfd45 commit 883bcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Edit feature attachments/EditFeatureAttachmentsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ private extension EditFeatureAttachmentsView {
112112
AddAttachmentView(onAdd: {
113113
Task {
114114
do {
115-
guard let pngData = UIImage(named: "PinBlueStar")?.pngData()! else { return }
115+
guard let pngData = UIImage(named: "PinBlueStar")?.pngData() else { return }
116116
try await model.addAttachment(
117117
named: "Attachment",
118118
type: "png",

0 commit comments

Comments
 (0)