remove stale todo

This commit is contained in:
Bryan Stitt 2022-12-14 14:38:06 -08:00
parent 284eec360b
commit cd24c240c9

View File

@ -286,7 +286,6 @@ pub async fn query_user_stats<'a>(
"total_response_bytes",
)
.column_as(
// TODO: can we sum bools like this?
rpc_accounting::Column::ErrorResponse.sum(),
"total_error_responses",
)