add missing reset

This commit is contained in:
ouwou
2022-01-05 04:06:02 -05:00
parent 40106ddeb1
commit cef28e94ea

View File

@@ -583,6 +583,8 @@ std::vector<Snowflake> Store::GetChannelIDsWithParentID(Snowflake channel_id) co
ret.push_back(x);
}
s->Reset();
return ret;
}