mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-26 17:30:52 +01:00
Fix dumb export
This commit is contained in:
parent
a8c8643f83
commit
a27dda5e32
@ -9,7 +9,7 @@ export class GroupRank
|
||||
public static readonly DELETED: number = 4;
|
||||
}
|
||||
|
||||
export default class GroupMemberParser
|
||||
export class GroupMemberParser
|
||||
{
|
||||
private _rank: number;
|
||||
private _id: number;
|
||||
@ -73,4 +73,4 @@ export default class GroupMemberParser
|
||||
{
|
||||
return this._joinedAt;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user