mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 02:30:11 +00:00
fix(scheduled_tasks): maybe actually make it work
This commit is contained in:
parent
97d2f15501
commit
823db4cd24
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue