Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Jul 22, 2021
1 parent 32a3b6e commit a8df0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/githubOauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ export default function GitHubModule(){

this.loadProjectsBySearch("yoursButton", {key: "Enter"}, document.getElementById("project_search").value, "updated", page)
//A bit of a hack to make your projects appear first on the list
setTimeout(() => {this.loadProjectsBySearch("githubButton", {key: "Enter"}, document.getElementById("project_search").value, "stars", page)}, 1000);
setTimeout(() => {this.loadProjectsBySearch("githubButton", {key: "Enter"}, document.getElementById("project_search").value, "stars", page)}, 1000)
}

/**
Expand Down

0 comments on commit a8df0f1

Please sign in to comment.