mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-18 22:36:27 +01:00
fix getter for chatlog parser
This commit is contained in:
parent
e4ce462c79
commit
bf47c40c32
@ -80,7 +80,7 @@ export class ChatRecordData
|
|||||||
|
|
||||||
public get roomName():string
|
public get roomName():string
|
||||||
{
|
{
|
||||||
return this._context['roomName'] as string;
|
return this._context.get('roomName') as string;
|
||||||
}
|
}
|
||||||
|
|
||||||
public get groupId():number
|
public get groupId():number
|
||||||
|
Loading…
Reference in New Issue
Block a user