Skip to content

Commit 438075e

Browse files
author
gavinhgchen
committed
continue...
1 parent e2db254 commit 438075e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request/base_req.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ std::string BaseReq::GetParam(const std::string& key) const {
6565
bool BaseReq::GenerateAclRequestBody(const Owner& owner,
6666
const std::vector<Grant>& acl,
6767
std::string* body) const {
68-
const char* XML_SCHEMA_INSTANCE_NS = "http://www.w3.org/2001/XMLSchema-instance";
68+
const char* XML_SCHEMA_INSTANCE_NS = "http://www.w3.org/2001/XMLSchema-instance"; // NOCA:HttpHardcoded(ignore)
6969
if (acl.empty() || owner.m_id.empty() || owner.m_display_name.empty()) {
7070
SDK_LOG_ERR("Owner id or access control list is empty.");
7171
return false;

0 commit comments

Comments
 (0)