mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix bold
This commit is contained in:
@@ -85,7 +85,7 @@ export class RoomEntity extends BaseEntity<RoomEntity>(RoomEntitySchema) implem
|
||||
if(receiver) {
|
||||
return receiver.user.wxUserId.toString()
|
||||
} else {
|
||||
Logger.error('cant get receiver Id from Room.getReceiverId '+ this.id, this)
|
||||
// Logger.error('cant get receiver Id from Room.getReceiverId '+ this.id, this)
|
||||
return undefined
|
||||
}
|
||||
|
||||
@@ -102,7 +102,7 @@ export class RoomEntity extends BaseEntity<RoomEntity>(RoomEntitySchema) implem
|
||||
if(receiverId) {
|
||||
this.receiverId = parseInt(receiverId)
|
||||
} else {
|
||||
Logger.error('cant set receiver Id from Room.setReceiver', this)
|
||||
// Logger.error('cant set receiver Id from Room.setReceiver', this)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user