attachment name

This commit is contained in:
Peter Maquiran
2024-09-04 12:15:44 +01:00
parent 0f3096b25e
commit 5315d185c2
7 changed files with 13 additions and 7 deletions
-1
View File
@@ -131,7 +131,6 @@ export class SignalRConnection {
input?.data?.roomName == message?.data.roomName && typeof input?.data?.roomName == 'string'
}),
first()
).subscribe(value => {
resolve(ok(value.data as unknown as T))
// console.log('Received valid value:', value);