mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 19:01:47 +03:00
feat(discovery): bonjour beacons + bridge presence
This commit is contained in:
@@ -11,6 +11,6 @@ enum GatewayPayloadDecoding {
|
||||
-> T?
|
||||
{
|
||||
guard let payload else { return nil }
|
||||
return try decode(payload, as: T.self)
|
||||
return try self.decode(payload, as: T.self)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user