Skip to content

Commit fed9335

Browse files
authored
Fix destroy method mutating issue (#122)
1 parent 433aa3a commit fed9335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenGraph/Attribute/Body/ObservedAttribute.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Status: Complete
77

88
public protocol ObservedAttribute: _AttributeBody {
9-
func destroy()
9+
mutating func destroy()
1010
}
1111

1212
extension ObservedAttribute {

0 commit comments

Comments
 (0)