feat(zoom): login zoom updated, token required #496
Annotations
11 warnings
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test:
lib/AdobeConnect/deleteMeeting.ts#L4
Missing return type on function
|
test:
lib/AdobeConnect/deleteParticipant.ts#L2
Missing return type on function
|
test:
lib/AdobeConnect/editMeeting.ts#L2
Missing return type on function
|
test:
lib/AdobeConnect/editParticipant.ts#L2
Missing return type on function
|
test:
lib/AdobeConnect/index.ts#L80
'participant' is defined but never used
|
test:
lib/AdobeConnect/lib/fetchEndpoint.ts#L13
Argument 'params' should be typed with a non-any type
|
test:
lib/Zoom/createParticipant.ts#L7
'url' is defined but never used
|
test:
lib/Zoom/deleteMeeting.ts#L2
Missing return type on function
|
test:
lib/Zoom/deleteParticipant.ts#L2
Missing return type on function
|
test:
lib/Zoom/editMeeting.ts#L2
Missing return type on function
|