Skip to content

Commit 3c8446e

Browse files
committed
Make rawValue optional
1 parent eca4d11 commit 3c8446e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/CombineCoreBluetooth/Models/L2CAPChannel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import CoreBluetooth
33

44
public struct L2CAPChannel {
55
// Need to keep a reference to this so the system doesn't close the channel
6-
let rawValue: CBL2CAPChannel
6+
let rawValue: CBL2CAPChannel?
77
public let peer: Peer
88
public let inputStream: InputStream
99
public let outputStream: OutputStream

0 commit comments

Comments
 (0)