From e585d5e2fdac68723473e9aabcab3a3482b660e9 Mon Sep 17 00:00:00 2001 From: Drew Kimberly Date: Tue, 2 Apr 2024 12:39:54 -0500 Subject: [PATCH] fix: add /app/installation-requests to requires-app-auth paths --- src/requires-app-auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/requires-app-auth.ts b/src/requires-app-auth.ts index f00d18e6..f666fa69 100644 --- a/src/requires-app-auth.ts +++ b/src/requires-app-auth.ts @@ -8,6 +8,7 @@ const PATHS = [ "/app/installations/{installation_id}", "/app/installations/{installation_id}/access_tokens", "/app/installations/{installation_id}/suspended", + "/app/installation-requests", "/marketplace_listing/accounts/{account_id}", "/marketplace_listing/plan", "/marketplace_listing/plans",