mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove user constant, not required
This commit is contained in:
parent
d21996a045
commit
b887068226
@ -325,7 +325,6 @@ export class TransactionLinkResolver {
|
||||
paginated: Paginated,
|
||||
@Ctx() context: Context,
|
||||
): Promise<TransactionLinkResult> {
|
||||
const user = getUser(context)
|
||||
return transactionLinkList(
|
||||
paginated,
|
||||
{
|
||||
@ -333,7 +332,7 @@ export class TransactionLinkResolver {
|
||||
withExpired: true,
|
||||
withRedeemed: false,
|
||||
},
|
||||
user,
|
||||
getUser(context),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user