Merge pull request #300 from codigoencasa/fix/01-rev

docs:  added contributors
This commit is contained in:
Leifer Mendez
2022-12-28 10:46:50 +01:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ export const apiGetCollaborators = async (token: string) => {
}
export const onRequest: RequestHandler = async ({ platform }) => {
console.log(platform)
console.log(`[🚩 platform]: `, platform)
const CHECK_GITHUB_TOKEN = (platform as any)['GITHUB_TOKEN'] ?? GITHUB_TOKEN
return apiGetCollaborators(CHECK_GITHUB_TOKEN)
}