mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 16:37:50 +00:00
Fix eslint/jsdoc warnings (doc change only!)
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
56100d0d5c
commit
3fdf944763
@@ -221,7 +221,7 @@ class RecordingController {
|
||||
/**
|
||||
* Registers listeners for XMPP events.
|
||||
*
|
||||
* @param {JitsiConference} conference - {@code JitsiConference} instance.
|
||||
* @param {JitsiConference} conference - A {@code JitsiConference} instance.
|
||||
* @returns {void}
|
||||
*/
|
||||
registerEvents(conference: Object) {
|
||||
@@ -633,7 +633,7 @@ class RecordingController {
|
||||
}
|
||||
|
||||
/* eslint-disable */
|
||||
return (Promise.resolve(): Promise<void>);
|
||||
return (Promise.resolve(): Promise<void>);
|
||||
// FIXME: better ways to satisfy flow and ESLint at the same time?
|
||||
/* eslint-enable */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user