Make uri validation work again

This commit is contained in:
Ylva Selling
2024-11-15 16:39:32 +01:00
parent 84ad4cf373
commit 6ffaee0b45

View File

@@ -167,7 +167,7 @@ std::string PropertyOwner::uri() const {
currentOwner = currentOwner->owner();
}
// If the uri hasn't been sent at this point it is not valid, so send an empty string
return identifier;
return "";
}
bool PropertyOwner::hasProperty(const std::string& uri) const {