Drop copy pasted comment
All checks were successful
Nix build / build-docker (pull_request) Successful in 2m25s
Nix build / build-docker-arm (pull_request) Successful in 5m34s

This commit is contained in:
Gabriel Simmer 2024-05-19 00:05:49 +01:00
parent 6d762244c2
commit b4248c0f28
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -724,7 +724,6 @@ SELECT count(*)
FROM pastes FROM pastes
` `
var pastes float64 var pastes float64
// Execute query using 'id' and place value into 'output'
db.QueryRow(q).Scan(&pastes) db.QueryRow(q).Scan(&pastes)
totalPastes.Set(pastes) totalPastes.Set(pastes)
} }