1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-23 10:52:30 +01:00

Update UserGroup.ts

This commit is contained in:
Erkin Alp Güney 2022-04-21 18:51:40 +03:00 committed by GitHub
parent d3682e4c21
commit 266e9c4739

View File

@ -27,13 +27,6 @@ export class UserGroup extends BaseClass {
@Column({ nullable: true })
icon: string;
@Column({ type: "simple-json", nullable: true })
tags?: {
bot_id?: string;
integration_id?: string;
premium_subscriber?: boolean;
};
@Column({ nullable: true })
parent?: string;