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

validators: Remove undefined where only string value expected #2754

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

regexowl
Copy link
Collaborator

This removes checks for an undefined value in validators that take only string.

Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.85%. Comparing base (f5fa3d7) to head (e04616d).

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2754      +/-   ##
==========================================
- Coverage   84.86%   84.85%   -0.01%     
==========================================
  Files         184      184              
  Lines       20827    20818       -9     
  Branches     2022     2022              
==========================================
- Hits        17675    17666       -9     
  Misses       3130     3130              
  Partials       22       22              
Files with missing lines Coverage Δ
src/Components/CreateImageWizard/validators.ts 93.15% <100.00%> (-0.76%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f5fa3d7...e04616d. Read the comment docs.

This removes checks for an `undefined` value in validators that take only `string`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant