3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 15:15:02 +00:00

persist: fix roles not being reapplied properly on rejoin

This commit is contained in:
Dragory 2019-01-03 03:11:45 +02:00
parent f98edc92f1
commit 8bec6afbab

View file

@ -10,7 +10,7 @@ export class PersistedData {
@PrimaryColumn()
user_id: string;
@Column() roles: string;
@Column("simple-array") roles: string[];
@Column() nickname: string;