summary refs log tree commit diff
path: root/util/src/entities/Role.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--util/src/entities/Role.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/entities/Role.ts b/util/src/entities/Role.ts

index e48fd293..7c6ce64e 100644 --- a/util/src/entities/Role.ts +++ b/util/src/entities/Role.ts
@@ -32,7 +32,7 @@ export class Role extends BaseClass { @Column() position: number; - @Column({ type: "simple-json" }) + @Column({ type: "simple-json", nullable: true }) tags?: { bot_id?: string; integration_id?: string;