-
Notifications
You must be signed in to change notification settings - Fork 24
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
Conversation
✅ No secrets were detected in the code. |
properties: { | ||
STREET_ADDRESS_1: addressResults[i]?.fullAddress, | ||
}, | ||
} as Feature<Geometry, PIMS_Property_Location_View>); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This casting is smelly
There was a problem hiding this comment.
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.
✅ No secrets were detected in the code. |
1 similar comment
✅ No secrets were detected in the code. |
const queryObject = {}; | ||
if (pid.length > 0) { | ||
queryObject['PID'] = pid; | ||
} | ||
if (isValidId(+pin)) { | ||
queryObject['PIN'] = pin; | ||
} |
There was a problem hiding this comment.
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)?
✅ No secrets were detected in the code. |
1 similar comment
✅ No secrets were detected in the code. |
@devinleighsmith - please update snapshots |
0c0558f
to
08b16f5
Compare
✅ No secrets were detected in the code. |
08b16f5
to
13f2bb0
Compare
✅ No secrets were detected in the code. |
No description provided.