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

[INSPECT-XXX][REFACTOR] - lucy-338 changed payload to match with db for stationInformation #343

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

PaulGarewal
Copy link
Contributor

@PaulGarewal PaulGarewal commented Dec 22, 2024

Pull Request Standards

  • The title of the PR is accurate
  • The title includes the type of change [HOTFIX, FEATURE, etc]
  • The PR title includes the ticket number in format of [INSPECT-###]
  • Documentation is updated to reflect change

Description

This PR includes the following proposed change(s):

@@ -273,7 +273,7 @@ class ShiftModel: Object, BaseRealmObject {
"location": "NA",
"motorizedBlowBys": motorizedBlowBys,
"nonMotorizedBlowBys": nonMotorizedBlowBys,
"stationComments": stationComments.count > 1 ? stationComments : "",
"stationInformation": stationComments.count > 1 ? stationComments : "",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the small change required to match the db

@PaulGarewal PaulGarewal linked an issue Dec 22, 2024 that may be closed by this pull request
1 task
@PaulGarewal PaulGarewal merged commit 87bb80d into master Dec 23, 2024
3 checks passed
@PaulGarewal PaulGarewal deleted the 338-db-payload-change branch December 23, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Database Update for Station Information
2 participants