diff options
| author | Dhravya Shah <[email protected]> | 2025-10-07 17:32:04 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-10-07 17:32:04 -0700 |
| commit | 1a6526dcc7fdd3a7f734852ee6a00a525f39eb90 (patch) | |
| tree | 570618e9c1c6aa953a4a5965fd5544e1ee0b977a /apps/docs/memory-api/ingesting.mdx | |
| parent | Merge branch 'main' of https://github.com/supermemoryai/supermemory (diff) | |
| download | supermemory-1a6526dcc7fdd3a7f734852ee6a00a525f39eb90.tar.xz supermemory-1a6526dcc7fdd3a7f734852ee6a00a525f39eb90.zip | |
docs: fix indent
Diffstat (limited to 'apps/docs/memory-api/ingesting.mdx')
| -rw-r--r-- | apps/docs/memory-api/ingesting.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/docs/memory-api/ingesting.mdx b/apps/docs/memory-api/ingesting.mdx index 87e27330..135d8688 100644 --- a/apps/docs/memory-api/ingesting.mdx +++ b/apps/docs/memory-api/ingesting.mdx @@ -654,7 +654,7 @@ Process large volumes efficiently with rate limiting and error recovery. <Tabs> <Tab title="TypeScript"> ```typescript - import Supermemory, { + import Supermemory, { BadRequestError, RateLimitError, AuthenticationError |