Update backend/src/graphql/model/User.ts

Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
This commit is contained in:
clauspeterhuebner 2025-03-25 18:12:56 +01:00 committed by GitHub
parent aad7f1c65c
commit cfb323e1d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}
}