fix(scheduled_tasks): maybe actually make it work

This commit is contained in:
Iris System 2024-01-27 16:22:41 +13:00
parent 97d2f15501
commit 823db4cd24
2 changed files with 5 additions and 5 deletions

View file

@ -69,7 +69,7 @@ func run_data_stats_query() map[string]interface{} {
return s
}
func do_stats_insert(table string, value int) {
func do_stats_insert(table string, value int64) {
if stats_db == nil {
return
}