1
0

Make note of suspected minor bug

This commit is contained in:
Olivier Wilkinson (reivilibre)
2021-07-05 15:55:31 +01:00
parent 10671da05b
commit 071037c3a3

View File

@@ -284,6 +284,7 @@ class ServerMetricsStore(EventPushActionsWorkerStore, SQLBaseStore):
for row in txn:
if row[0] == "unknown":
# XXX this is a sneaky no-op; suspect `continue` was meant.
pass
results[row[0]] = row[1]