Skip to content

Commit

Permalink
Merge pull request #4417 from betomoedano/remove-unused-tail-type
Browse files Browse the repository at this point in the history
remove unused Tail type
  • Loading branch information
EskiMojo14 committed May 21, 2024
2 parents 802af27 + 0c751ef commit ff65194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/createSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import type {
import { createReducer } from './createReducer'
import type { ActionReducerMapBuilder, TypedActionCreator } from './mapBuilders'
import { executeReducerBuilderCallback } from './mapBuilders'
import type { Id, Tail, TypeGuard } from './tsHelpers'
import type { Id, TypeGuard } from './tsHelpers'
import type { InjectConfig } from './combineSlices'
import type {
AsyncThunk,
Expand Down

0 comments on commit ff65194

Please sign in to comment.