mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-05 08:06:19 +00:00
fix: remove unnecessary ts-expect-error — autumn-js@1.2.12 types declare headers prop
This commit is contained in:
parent
e4c9e1dc88
commit
4719515e45
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ export default function RootLayout({
|
|||
enableSystem={false}
|
||||
disableTransitionOnChange
|
||||
>
|
||||
{/* @ts-expect-error — autumn-js/react types don't declare `headers` yet, but the prop is supported at runtime */}
|
||||
<AutumnProvider
|
||||
backendUrl={
|
||||
process.env.NEXT_PUBLIC_BACKEND_URL ??
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue