Skip to content

Commit 289c601

Browse files
committedDec 19, 2024
fix: Damn you copilot
1 parent b71e858 commit 289c601

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎packages/nuqs/src/serializer.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import type { UrlKeys } from '../server'
21
import type { Nullable, Options } from './defs'
3-
import type { inferParserType, ParserMap } from './parsers'
2+
import type { inferParserType, ParserMap, UrlKeys } from './parsers'
43
import { renderQueryString } from './url-encoding'
54

65
type Base = string | URLSearchParams | URL

0 commit comments

Comments
 (0)