mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add filter query param to getApps for Netlify integration
This commit is contained in:
@@ -205,6 +205,7 @@ const getAppsNetlify = async ({ accessToken }: { accessToken: string }) => {
|
|||||||
const params = new URLSearchParams({
|
const params = new URLSearchParams({
|
||||||
page: String(page),
|
page: String(page),
|
||||||
per_page: String(perPage),
|
per_page: String(perPage),
|
||||||
|
filter: 'all'
|
||||||
});
|
});
|
||||||
|
|
||||||
const { data } = await request.get(
|
const { data } = await request.get(
|
||||||
|
|||||||
Reference in New Issue
Block a user