Skip to content

Commit

Permalink
docs: log claim not resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Jan 16, 2025
1 parent f5d4879 commit 8e6cb8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/ipfs/ipfs.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export class IPFSService {
timeout,
]);
} catch (e) {
this.logger.debug(`Claim is not resolved in IPFS. Claim CID ${cid}`);
throw new HttpException(
`Claim ${cid} not resolved`,
HttpStatus.NOT_FOUND
Expand Down

0 comments on commit 8e6cb8c

Please sign in to comment.