Skip to content

Commit

Permalink
Test: Rename a used prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Mar 12, 2021
1 parent d85126d commit 266b271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CameraDevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export interface CameraDeviceFormat {
/**
* Specifies whether this format supports HDR mode for video capture
*/
supportsVideoHDR: boolean;
supportsVideoHDR____renamed: boolean;
/**
* Specifies whether this format supports HDR mode for photo capture
*/
Expand Down

0 comments on commit 266b271

Please # to comment.