mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
Update backend/src/graphql/model/User.ts
Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
This commit is contained in:
parent
aad7f1c65c
commit
cfb323e1d2
@ -41,7 +41,6 @@ export class User {
|
||||
this.gmsPublishName = user.gmsPublishName
|
||||
this.humhubPublishName = user.humhubPublishName
|
||||
this.gmsPublishLocation = user.gmsPublishLocation
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
||||
this.userLocation = user.location ? Point2Location(user.location as Point) : null
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user