Update federation/src/graphql/api/GetTestApiResult.ts

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
clauspeterhuebner 2023-01-25 17:21:26 +01:00 committed by GitHub
parent d7c2e1ece5
commit c45c5699f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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