Skip to content

Commit

Permalink
fix: use the correct controller variable. (#615)
Browse files Browse the repository at this point in the history
* fix: use the correct controller variable.

* Remove unused function abortFetchNames.
  • Loading branch information
abeaumont committed Dec 22, 2021
1 parent 1fa50a6 commit ccd97f9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions webapp/javascript/redux/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,3 @@ export function fetchNames() {
.finally();
};
}
export function abortFetchNames() {
return () => {
if (abortFetchNames) {
abortFetchNames.abort();
}
};
}

0 comments on commit ccd97f9

Please sign in to comment.