Skip to content

Commit

Permalink
fix: ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
mukuljainx committed May 24, 2021
1 parent 0ae9f2d commit 8352d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/appManager/addApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const AddApp = ({ onSuccess }: IProps) => {
}
setStatus(data);
})
.catch((e) => {
.catch(() => {
clearInterval(timer.current!);
});
}, 1000);
Expand Down

0 comments on commit 8352d49

Please sign in to comment.