mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-01 22:02:20 +00:00
Fix typo
This commit is contained in:
parent
1da4591abe
commit
fcce0cfb7b
3 changed files with 4 additions and 4 deletions
|
@ -172,8 +172,8 @@ func getUserCounts() ([]metric, error) {
|
|||
}
|
||||
}
|
||||
|
||||
if WRIETAS_DB_SCHEMA != "" {
|
||||
userCount, err := runMySqlIntQuery(WRIETAS_DB_SCHEMA, WRITEAS_USER_QUERY)
|
||||
if WRITEAS_DB_SCHEMA != "" {
|
||||
userCount, err := runMySqlIntQuery(WRITEAS_DB_SCHEMA, WRITEAS_USER_QUERY)
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue