Remove specs + eslind on front
This commit is contained in:
@@ -4,6 +4,7 @@ export class User {
|
||||
userName!: string;
|
||||
googleCredentials!: string;
|
||||
avatar?: string;
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
constructor(input: any) {
|
||||
Object.assign(this, input)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user