mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 19:49:16 +00:00
Merge pull request #300 from codigoencasa/fix/01-rev
docs: ⚡ added contributors
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user