Skip to content

Commit

Permalink
unexport incorrectly exported saga
Browse files Browse the repository at this point in the history
  • Loading branch information
josephaxisa committed Feb 11, 2022
1 parent 5971391 commit b100be6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/api-explorer/src/state/specs/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ function* initSaga(action: PayloadAction<InitSpecsAction>) {
}
}

export function* setCurrentSpecSaga(
action: PayloadAction<SetCurrentSpecAction>
) {
function* setCurrentSpecSaga(action: PayloadAction<SetCurrentSpecAction>) {
const { setCurrentSpecSuccessAction, setCurrentSpecFailureAction } =
specActions
const adaptor = getApixAdaptor()
Expand Down

0 comments on commit b100be6

Please sign in to comment.