Fix dumb export

This commit is contained in:
Bill 2021-08-06 00:53:48 -04:00
parent a8c8643f83
commit a27dda5e32

View File

@ -9,7 +9,7 @@ export class GroupRank
public static readonly DELETED: number = 4; public static readonly DELETED: number = 4;
} }
export default class GroupMemberParser export class GroupMemberParser
{ {
private _rank: number; private _rank: number;
private _id: number; private _id: number;