From 3d08f48f54dee5ca78546fbea82e7877969e9a5e Mon Sep 17 00:00:00 2001 From: Tschakki Date: Thu, 7 Dec 2023 14:54:45 +0100 Subject: [PATCH] Add typedocs for nft endpoints --- framework/src/modules/nft/endpoint.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/modules/nft/endpoint.ts b/framework/src/modules/nft/endpoint.ts index bacc9b9863..bd01ac0c5d 100644 --- a/framework/src/modules/nft/endpoint.ts +++ b/framework/src/modules/nft/endpoint.ts @@ -130,7 +130,7 @@ export class NFTEndpoint extends BaseEndpoint { * * @param context * - * @returns The NFT with the specified {@link NFTModule#$nft-identifier| NFT ID}. + * @returns The NFT with the specified {@link NFTModule | NFT ID}. */ public async getNFT(context: ModuleEndpointContext): Promise> { const { params } = context;