Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ariel Shaqed (Scolnicov) <[email protected]>
  • Loading branch information
nadavsteindler and arielshaqed authored Dec 18, 2024
1 parent 8325295 commit aab6e34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webui/src/lib/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ class Repositories {
}

async list(search = "", after = "", amount = DEFAULT_LISTING_AMOUNT) {
console.log("list search ", search)
const query = qs({search, after, amount});
const response = await apiRequest(`/repositories?${query}`);
if (response.status !== 200) {
Expand Down

0 comments on commit aab6e34

Please sign in to comment.