fix lint errors

This commit is contained in:
buhleryesco 2024-10-10 11:22:10 -06:00 committed by GitHub
parent dda75034e8
commit 7d72a48ed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,11 +93,11 @@ module.exports = {
* @enum {number}
*/
FlashMode: {
/**Let the camera control flash light automatically */
/** Let the camera control flash light automatically */
AUTO: 0,
/**Enable flash light by default */
/** Enable flash light by default */
ON: 1,
/**Disable flash light by default */
/** Disable flash light by default */
OFF: -1
}
};