Skip to content

Commit b5eefa9

Browse files
committed
fix(docs): update return type formatting in getIpfsId documentation
1 parent f40d281 commit b5eefa9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/sdk/sdk-reference/lit-client/functions/getIpfsId.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ const sameCid = await getIpfsId(bytes);
2828

2929
## Returns
3030

31-
- `Promise<\`Qm\${string}\`>` – A CIDv0 string beginning with `Qm`.
31+
```
32+
// A CIDv0 string beginning with Qm
33+
Promise<Qm${string}>
34+
```
3235

3336
## Notes
3437

0 commit comments

Comments
 (0)