Skip to content

Commit 100b9f3

Browse files
authored
Merge pull request #2263 from himself65/fix
fix: add `undefined` type in key map
2 parents 0c5f690 + 682e7a8 commit 100b9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/custom-client/src/core/params.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type KeyMap = Map<
3131
string,
3232
{
3333
in: Slot;
34-
map?: string;
34+
map?: string | undefined;
3535
}
3636
>;
3737

0 commit comments

Comments
 (0)