Skip to content

Commit 7b2c93c

Browse files
committed
Removed unused “throws”
1 parent 8025f51 commit 7b2c93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Blackbird/BlackbirdModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ extension BlackbirdModel {
981981
}
982982

983983
/// The primary-key values of the current instance, as an array (to support multi-column primary keys).
984-
public func primaryKeyValues() throws -> [Sendable] {
984+
public func primaryKeyValues() -> [Sendable] {
985985
if Self.primaryKey.isEmpty {
986986
let mirror = Mirror(reflecting: self)
987987
for child in mirror.children {

0 commit comments

Comments
 (0)