Skip to content

Commit

Permalink
src/lib/paddles.ts: allow machine_type filter
Browse files Browse the repository at this point in the history
Signed-off-by: Vallari Agrawal <[email protected]>
  • Loading branch information
VallariAg committed Nov 15, 2024
1 parent 208920a commit 19e4f96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/paddles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ function getURL(endpoint: string, params?: GetURLParams) {
uri += "queued/";
delete params_[key];
break;
case "machine_type":
break;
default:
uri += `${key}/${value}/`;
delete params_[key];
Expand Down

0 comments on commit 19e4f96

Please sign in to comment.