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

fix(app,shared-data): change type name from boolean to bool #14778

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

koji
Copy link
Contributor

@koji koji commented Apr 2, 2024

Overview

change type name from boolean to bool because FE uses boolean but actually BE returns bool.

fix AUTH-262

Screenshot 2024-04-02 at 12 32 00 PM

Screenshot 2024-04-02 at 12 35 48 PM

Screenshot 2024-04-02 at 12 33 08 PM Screenshot 2024-04-02 at 12 34 03 PM

Test Plan

Changelog

boolean -> bool in components that are related to RTP

Review requests

Risk assessment

low

change type name from `boolean` to `bool` because fe uses boolean but actually be returns `bool`.

fix AUTH-262
@koji koji requested review from ncdiehl11 and jerader April 2, 2024 16:29
Copy link
Collaborator

@jerader jerader left a comment

Choose a reason for hiding this comment

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

ty for fixing this! 🦏

@koji koji marked this pull request as ready for review April 2, 2024 16:34
@koji koji requested a review from a team as a code owner April 2, 2024 16:34
Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.19%. Comparing base (cf93d9c) to head (07e80fa).
Report is 1 commits behind head on edge.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             edge   #14778   +/-   ##
=======================================
  Coverage   67.19%   67.19%           
=======================================
  Files        2495     2495           
  Lines       71388    71387    -1     
  Branches     8984     8983    -1     
=======================================
  Hits        47972    47972           
  Misses      21301    21301           
+ Partials     2115     2114    -1     
Flag Coverage Δ
shared-data 75.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
app/src/organisms/ChooseRobotSlideout/index.tsx 85.45% <ø> (ø)
...ganisms/ChooseRobotToRunProtocolSlideout/index.tsx 65.85% <ø> (ø)
app/src/pages/Protocols/hooks/index.ts 72.72% <ø> (+1.08%) ⬆️

@koji
Copy link
Contributor Author

koji commented Apr 2, 2024

ty for fixing this! 🦏

thank you for your super quick review!

@koji koji removed the request for review from a team April 2, 2024 16:38
@koji koji merged commit f38e962 into edge Apr 2, 2024
64 of 65 checks passed
@koji koji deleted the fix_rtp-type-boolean-to-bool branch April 2, 2024 17:13
Carlos-fernandez pushed a commit that referenced this pull request May 20, 2024
* fix(app,shared-data): change type name from boolean to bool
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.

2 participants