Skip to content

Commit 115b856

Browse files
author
ben.durrant
committed
fix entity adapter options not being optional
1 parent 7eb1fa0 commit 115b856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/entities/create_adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface BuildCreateEntityAdapterConfiguration
1717
BuildStateOperatorConfiguration {}
1818

1919
export type CreateEntityAdapter = {
20-
<T>(options: {
20+
<T>(options?: {
2121
selectId?: IdSelector<T>
2222
sortComparer?: false | Comparer<T>
2323
}): EntityAdapter<T>

0 commit comments

Comments
 (0)