Skip to content

Commit 128246f

Browse files
committed
Fix missing return
1 parent e7c2592 commit 128246f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SQLite/Typed/Coding.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,8 @@ private class SQLiteDecoder: Decoder {
520520
}
521521
return try JSONDecoder().decode(type, from: data)
522522
}
523+
524+
return nil
523525
}
524526

525527
func nestedContainer<NestedKey>(keyedBy type: NestedKey.Type, forKey key: Key) throws

0 commit comments

Comments
 (0)