Skip to content

Commit

Permalink
removed HpDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
rosannamilner committed Aug 6, 2024
1 parent dcbfedc commit e1934cb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/redux/actions/tools/assistantActions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,18 +163,6 @@ export const setDbkfVideoMatchDetails = (
};
};

export const setHpDetails = (hpResult, hpLoading, hpDone, hpFail) => {
return {
type: "SET_HP_DETAILS",
payload: {
hpResult: hpResult,
hpLoading: hpLoading,
hpDone: hpDone,
hpFail: hpFail,
},
};
};

export const setNewsTopicDetails = (ntResult, ntLoading, ntDone, ntFail) => {
return {
type: "SET_NEWS_TOPIC_DETAILS",
Expand Down

0 comments on commit e1934cb

Please sign in to comment.