1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-18 09:06:14 +07:00

fix: api typings (#210)

This commit is contained in:
Thomas Klein
2019-10-22 22:31:39 +02:00
committed by Juan Picado @jotadeveloper
parent 5c06ace14a
commit 5d6ad3d783
4 changed files with 4 additions and 16 deletions

View File

@@ -139,7 +139,6 @@ export class Search extends Component<RouteComponentProps<{}>, State> {
*/
private handleFetchPackages: handleFetchPackages = async ({ value }) => {
try {
// @ts-ignore
const controller = new window.AbortController();
const signal = controller.signal;
// Keep track of search requests.