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])
|
@Authorized([RIGHTS.REDEEM_TRANSACTION_LINK])
|
||||||
@Mutation(() => Boolean)
|
@Mutation(() => Boolean)
|
||||||
async redeemTransactionLink(
|
async redeemTransactionLink(
|
||||||
@Arg('code', () => String) id: string,
|
@Arg('code', () => String) code: string,
|
||||||
@Ctx() context: any,
|
@Ctx() context: any,
|
||||||
): Promise<boolean> {
|
): Promise<boolean> {
|
||||||
const { user } = context
|
const { user } = context
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user