Fix trace
This commit is contained in:
parent
263e2e32eb
commit
2defc309c4
@ -333,7 +333,8 @@ export async function onIdentify(this: WebSocket, data: Payload) {
|
||||
});
|
||||
|
||||
for (const call of mergeMemberGuildsTrace.calls!) {
|
||||
mergeMemberGuildsTrace.micros += (call as { micros: number }).micros;
|
||||
if (typeof call !== "string")
|
||||
mergeMemberGuildsTrace.micros += (call as { micros: number }).micros;
|
||||
}
|
||||
|
||||
const totalQueryTime = taskSw.getElapsedAndReset();
|
||||
|
||||
Reference in New Issue
Block a user