0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

ircd:Ⓜ️ Fix range-loop-construct warning (clang).

This commit is contained in:
Jason Volk 2022-05-26 13:22:38 -07:00
parent 35e8d83d45
commit 756d16220e

View file

@ -117,7 +117,7 @@ try
if(preset != "trusted_private_chat")
return;
for(const json::string &user_id : json::get<"invite"_>(c))
for(const json::string user_id : json::get<"invite"_>(c))
if(valid(id::USER, user_id))
json::stack::member
{