Skip to content

Commit 62b771b

Browse files
phryneasmarkerikson
authored andcommitted
fixup
1 parent 287ec73 commit 62b771b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/createSlice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export type ValidateSliceCaseReducers<
235235
? {
236236
prepare(...a: never[]): Omit<A, 'type'>
237237
}
238-
: import('@phryneas/ts-version').TSVersion.AtLeast<'4', '8'> extends true
238+
: import('@phryneas/ts-version').TSVersion.AtLeast<4, 8> extends true
239239
? ACR[T]
240240
: {}
241241
}

0 commit comments

Comments
 (0)