Make connection$service_violation a set[string]

To stay consistent with connection$service.
This commit is contained in:
Arne Welzel 2022-09-20 12:19:47 +02:00
parent 0e28a7faf5
commit 7ed6cbeee5
2 changed files with 2 additions and 3 deletions

View file

@ -151,7 +151,6 @@ function join_string_set%(ss: string_set, sep: string%): string
return val_mgr->EmptyString();
}
// Not sure we need to protect from this
const auto& it = ss->GetType()->AsTableType()->GetIndexTypes();
if ( it.size() != 1 || it[0]->Tag() != TYPE_STRING )
{