made playlog table dynamic
This commit is contained in:
@ -18,6 +18,7 @@ export const lucia = new Lucia(adapter, {
|
||||
role: attributes.role,
|
||||
username: attributes.username,
|
||||
accessCode: attributes.accessCode,
|
||||
UserId: attributes.UserId
|
||||
};
|
||||
},
|
||||
});
|
||||
@ -34,4 +35,5 @@ interface DatabaseUserAttributes {
|
||||
role: string;
|
||||
username: string;
|
||||
accessCode: string;
|
||||
UserId: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user