mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 23:02:02 +03:00
fix: remove redundant await in CanvasManager
This commit is contained in:
@@ -144,7 +144,7 @@ final class CanvasManager {
|
|||||||
guard let self else { return }
|
guard let self else { return }
|
||||||
let stream = await GatewayConnection.shared.subscribe(bufferingNewest: 1)
|
let stream = await GatewayConnection.shared.subscribe(bufferingNewest: 1)
|
||||||
for await push in stream {
|
for await push in stream {
|
||||||
await self.handleGatewayPush(push)
|
self.handleGatewayPush(push)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user