Skip to content

Commit

Permalink
Update js/src/Ice/Properties.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jose  <[email protected]>
  • Loading branch information
externl and pepone authored Oct 17, 2024
1 parent a6277e0 commit bc73352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/Ice/Properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class Properties {

// Check if the property is in an Ice property prefix. If so, check that it's a valid property.
const propertyArray = Properties.findIcePropertyArray(key);
if (propertyArray) {
if (propertyArray !== null) {
const prop = Properties.findProperty(key.substring(propertyArray.name.length + 1), propertyArray);

if (!prop) {
Expand Down

0 comments on commit bc73352

Please sign in to comment.