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

psp-8018: display retired warning immediately upon add. #4194

Merged
merged 6 commits into from
Jul 15, 2024

Conversation

devinleighsmith
Copy link
Collaborator

No description provided.

@devinleighsmith devinleighsmith added the bug Something isn't working label Jul 15, 2024
@devinleighsmith devinleighsmith self-assigned this Jul 15, 2024
Copy link
Contributor

✅ No secrets were detected in the code.

properties: {
STREET_ADDRESS_1: addressResults[i]?.fullAddress,
},
} as Feature<Geometry, PIMS_Property_Location_View>);
Copy link
Collaborator

Choose a reason for hiding this comment

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

This casting is smelly

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This isn't one of my changes, so I'll leave it as-is.

Copy link
Contributor

✅ No secrets were detected in the code.

1 similar comment
Copy link
Contributor

✅ No secrets were detected in the code.

Comment on lines +61 to +67
const queryObject = {};
if (pid.length > 0) {
queryObject['PID'] = pid;
}
if (isValidId(+pin)) {
queryObject['PIN'] = pin;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you please comment what we want to do with this queryObject? It seems it gets created but not used anywhere. Perhaps it is meant to be used in the line below (line 68)?

Copy link
Contributor

✅ No secrets were detected in the code.

1 similar comment
Copy link
Contributor

✅ No secrets were detected in the code.

@asanchezr
Copy link
Collaborator

@devinleighsmith - please update snapshots
image

Copy link
Contributor

✅ No secrets were detected in the code.

Copy link
Contributor

✅ No secrets were detected in the code.

@asanchezr asanchezr merged commit 5ab696a into bcgov:dev Jul 15, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants