Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Fix for high CPU usage on invalid search
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcroox committed Jan 11, 2019
1 parent 894e34d commit abed280
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jira-timer",
"version": "1.0.21",
"version": "1.0.23",
"description": "Jira Timer",
"productName": "Jira Timer",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/containers/search/search-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class SearchContainer extends Component {
})
})
.catch(error => {
console.log('Error fetching search results', error)
console.log('Error fetching search results')

this.setState({
searching: false,
Expand Down

0 comments on commit abed280

Please sign in to comment.