fix getter for chatlog parser

This commit is contained in:
dank074 2021-10-14 19:02:41 -05:00
parent e4ce462c79
commit bf47c40c32

View File

@ -80,7 +80,7 @@ export class ChatRecordData
public get roomName():string
{
return this._context['roomName'] as string;
return this._context.get('roomName') as string;
}
public get groupId():number