mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-18 22:36:27 +01:00
Another fix
This commit is contained in:
parent
a27dda5e32
commit
57227a9c64
@ -1,6 +1,6 @@
|
||||
import { IMessageDataWrapper } from '../../../../../core/communication/messages/IMessageDataWrapper';
|
||||
import { IMessageParser } from '../../../../../core/communication/messages/IMessageParser';
|
||||
import GroupMemberParser from './utils/GroupMemberParser';
|
||||
import { GroupMemberParser } from './utils';
|
||||
|
||||
export class GroupMembersParser implements IMessageParser
|
||||
{
|
||||
@ -114,4 +114,4 @@ export class GroupMembersParser implements IMessageParser
|
||||
{
|
||||
return this._query;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user