mirror of https://github.com/jitsi/jitsi-meet
We have a rule that should apply here, but somehow it doesn't...pull/12490/head jitsi-meet_8022
parent
7cd39b7983
commit
edf5e1c094
@ -1,10 +1,12 @@ |
||||
/* eslint-disable @typescript-eslint/no-unused-vars */ |
||||
|
||||
/** |
||||
* Checks whether the chrome extensions defined in the config file are installed or not. |
||||
* |
||||
* @param {Object} _config - Objects containing info about the configured extensions. |
||||
* @param {Object} config - Objects containing info about the configured extensions. |
||||
* |
||||
* @returns {Promise[]} |
||||
*/ |
||||
export default function checkChromeExtensionsInstalled(_config: any = {}) { |
||||
export default function checkChromeExtensionsInstalled(config: any = {}) { |
||||
return Promise.resolve([]); |
||||
} |
||||
|
Loading…
Reference in new issue