mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
corrected return type of listTransactionLinks
This commit is contained in:
parent
da0679274f
commit
75d23c5daf
@ -319,7 +319,7 @@ export class TransactionLinkResolver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Authorized([RIGHTS.LIST_TRANSACTION_LINKS])
|
@Authorized([RIGHTS.LIST_TRANSACTION_LINKS])
|
||||||
@Query(() => [TransactionLink])
|
@Query(() => TransactionLinkResult)
|
||||||
async listTransactionLinks(
|
async listTransactionLinks(
|
||||||
@Args()
|
@Args()
|
||||||
paginated: Paginated,
|
paginated: Paginated,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user