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: change the totalRegisterationTime to snake case #1301

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

ahtesham-quraish
Copy link
Contributor

@ahtesham-quraish ahtesham-quraish commented Aug 21, 2024

Description

  • Convert totalRegistrationTime to snake case

JIRA

VAN-1816

How Has This Been Tested?

@ahtesham-quraish ahtesham-quraish requested a review from a team as a code owner August 21, 2024 06:39
@ahtesham-quraish ahtesham-quraish force-pushed the ahtesham/VAN-1816 branch 2 times, most recently from 5d87376 to 67585f9 Compare August 21, 2024 06:52
Comment on lines 137 to 138
payload = snakeCaseObject(payload);
payload.totalRegistrationTime = totalRegistrationTime;
payload.total_registration_time = totalRegistrationTime;
Copy link
Contributor

Choose a reason for hiding this comment

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

payload.totalRegistrationTime = totalRegistrationTime;
payload = snakeCaseObject(payload);

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@ahtesham-quraish ahtesham-quraish force-pushed the ahtesham/VAN-1816 branch 2 times, most recently from 24ca3ea to 16951d4 Compare August 21, 2024 07:05
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.69%. Comparing base (9688bd3) to head (fad9fda).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1301   +/-   ##
=======================================
  Coverage   87.69%   87.69%           
=======================================
  Files         124      124           
  Lines        2299     2299           
  Branches      642      645    +3     
=======================================
  Hits         2016     2016           
  Misses        274      274           
  Partials        9        9           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Description:
Convert the totalRegistrationTime to snake case
VAN-1816
@ahtesham-quraish ahtesham-quraish merged commit 4a65f0a into master Aug 28, 2024
8 checks passed
@ahtesham-quraish ahtesham-quraish deleted the ahtesham/VAN-1816 branch August 28, 2024 10:08
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.

3 participants