Skip to content

Commit

Permalink
fix error name
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Aug 10, 2020
1 parent 7a6ba0d commit 576df88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kotsadm/web/src/Root.jsx
Expand Up @@ -159,7 +159,7 @@ class Root extends Component {
});
return apps;
} catch(err) {
throw error;
throw err;
}
}

Expand Down
Expand Up @@ -105,7 +105,7 @@ class GitOpsDeploymentManager extends React.Component {
return apps;
} catch(err) {
console.log(err);
throw error;
throw err;
}
}

Expand Down

0 comments on commit 576df88

Please sign in to comment.