mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change parameter name to code
This commit is contained in:
parent
e9357198c0
commit
384fd12b63
@ -135,7 +135,7 @@ export class TransactionLinkResolver {
|
||||
@Authorized([RIGHTS.REDEEM_TRANSACTION_LINK])
|
||||
@Mutation(() => Boolean)
|
||||
async redeemTransactionLink(
|
||||
@Arg('code', () => String) id: string,
|
||||
@Arg('code', () => String) code: string,
|
||||
@Ctx() context: any,
|
||||
): Promise<boolean> {
|
||||
const { user } = context
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user