File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- * @ contentstack/security-admin
1+ * @ contentstack/ghost-pr-reviewers
2+
3+ .github /workflows /sca-scan.yml @ contentstack/security-admin
4+
5+ ** /.snyk @ contentstack/security-admin
6+
7+ .github /workflows /policy-scan.yml @ contentstack/security-admin
8+
9+ .github /workflows /issues-jira.yml @ contentstack/security-admin
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -58,12 +58,14 @@ export const dispatchAdapter =
5858 */
5959export const dispatchApiRequest = async (
6060 url : string ,
61- options ?: RequestInit
61+ options ?: RequestInit ,
62+ context ?: { installationUID : string , extensionUID : string }
6263) : Promise < Response > => {
6364 try {
6465 const config = fetchToAxiosConfig ( url , options ) ;
6566 const axiosResponse = ( await dispatchAdapter ( PostRobot ) (
66- config
67+ config ,
68+ context
6769 ) ) as AxiosResponse ;
6870
6971 return axiosToFetchResponse ( axiosResponse ) ;
@@ -82,4 +84,4 @@ export const dispatchApiRequest = async (
8284 headers : err . config . headers ,
8385 } ) ;
8486 }
85- } ;
87+ } ;
You can’t perform that action at this time.
0 commit comments