Blacked and isorted the python files
Prettied and eslinted the typescript/html files
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import { UserGroup } from './user-group';
|
||||
|
||||
export class User {
|
||||
id: string;
|
||||
name: string;
|
||||
@ -13,9 +15,3 @@ export class User {
|
||||
Object.assign(this, init);
|
||||
}
|
||||
}
|
||||
|
||||
export class UserGroup {
|
||||
id: string;
|
||||
name: string;
|
||||
enabled: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user