We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b552373 commit 7a05861Copy full SHA for 7a05861
src/VahterBanBot/Cleanup.fs
@@ -74,10 +74,6 @@ type CleanupService(
74
let runStats () = task {
75
let sb = StringBuilder()
76
77
- // Vahter ban stats (old system)
78
- let! vahterStats = DB.getVahterStats (Some botConf.CleanupInterval)
79
- %sb.AppendLine(string vahterStats)
80
-
81
// Vahter action stats (new system)
82
let! actionStats = DB.getVahterActionStats (Some botConf.CleanupInterval)
83
%sb.AppendLine(string actionStats)
0 commit comments