Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
u4aew committed Dec 30, 2023
1 parent 510e3bb commit b41dfcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cards/src/store/features/cards/slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const slice = createSlice({
},
extraReducers: (builder) => {
/** getCards */

builder.addCase(getCards.pending, (state) => {
state.fetchingState = SharedTypes.EnumFetch.Pending;
state.error = null;
Expand All @@ -77,7 +76,6 @@ const slice = createSlice({
});

/** getCardsDetails */

builder.addCase(getCardDetails.pending, (state) => {
state.fetchingState = SharedTypes.EnumFetch.Pending;
state.error = null;
Expand Down

0 comments on commit b41dfcc

Please sign in to comment.