Skip to content

Commit 682e7a8

Browse files
committed
fix: add undefined type in key map
1 parent 7884190 commit 682e7a8

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)