Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/camera-capture-option #619

Merged
merged 7 commits into from
Mar 5, 2024
Merged

Feat/camera-capture-option #619

merged 7 commits into from
Mar 5, 2024

Conversation

nd0ut
Copy link
Member

@nd0ut nd0ut commented Feb 29, 2024

Description

Checklist

@nd0ut nd0ut requested a review from egordidenko February 29, 2024 11:53
@@ -27,6 +27,15 @@ export const asBoolean = (value) => {
/** @param {unknown} value */
const asStore = (value) => (value === 'auto' ? value : asBoolean(value));

/** @param {unknown} value */
const asCameraCapture = (value) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that this function and function above we can move to utils.

abstract/UploaderBlock.js Outdated Show resolved Hide resolved
@nd0ut nd0ut merged commit 3e8b4b0 into main Mar 5, 2024
1 check passed
@nd0ut nd0ut deleted the feat/camera-capture-option branch March 5, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants