Skip to content

Commit

Permalink
Merge pull request #203 from snyk/fix/org-id-placeholder
Browse files Browse the repository at this point in the history
fix: placeholder org-id fix
  • Loading branch information
jozsef-armin-hamos authored Sep 28, 2023
2 parents 768d57e + 16b5e43 commit 47624ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export async function getFilters(
let url: string;

try {
url = getURL(baseURL, '/' + apiName, 'no-org-for-filters');
url = getURL(baseURL, '/' + apiName, '00000000-0000-0000-0000-00000000');
} catch (err) {
return generateError<GenericErrorTypes>(400, err.message, apiName);
}
Expand Down

0 comments on commit 47624ab

Please sign in to comment.