mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update federation/src/graphql/api/GetTestApiResult.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
d7c2e1ece5
commit
c45c5699f3
@ -3,7 +3,7 @@ import { Field, ObjectType } from 'type-graphql'
|
||||
@ObjectType()
|
||||
export class GetTestApiResult {
|
||||
constructor(apiVersion: string) {
|
||||
this.api = `${apiVersion}`
|
||||
this.api = apiVersion
|
||||
}
|
||||
|
||||
@Field(() => String)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user