fix chant streaming

This commit is contained in:
Peter Maquiran
2024-06-13 12:25:06 +01:00
parent 962ab6aa86
commit ec19d725c4
6 changed files with 3 additions and 14 deletions
@@ -14,8 +14,6 @@ export class MessageLiveDataSourceService {
const result = await this.socket.sendMessage(data).toPromise()
console.log({result})
return ok(result)
} catch (e) {
return err(e)