Skip to content

Commit

Permalink
fix: add /app/installation-requests to requires-app-auth paths (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew-Kimberly authored Apr 2, 2024
1 parent 756d6b8 commit f16debb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/requires-app-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f16debb

Please sign in to comment.