fix: Update slug for zoom app (#11795)

This commit is contained in:
Syed Ali Shahbaz 2023-10-12 16:49:25 +04:00 committed by GitHub
parent aaa6616777
commit 522fd64f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ const zoomAuth = (credential: CredentialPayload) => {
grant_type: "refresh_token",
}),
}),
"zoomvideo",
"zoom",
credential.userId
);