fix(query): fix a typo

This commit is contained in:
Haojun Liao 2023-02-10 23:32:16 +08:00
parent 8781f31d17
commit 595a57dfc9
1 changed files with 0 additions and 2 deletions

View File

@ -890,8 +890,6 @@ static void doSetQualifiedUid(SArray* pUidList, const SArray* pUidTagList, bool*
if (pResultList[i]) {
taosArrayPush(pUidList, &uid);
}
i += 1;
}
}