mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-21 16:55:38 +03:00
Formating fix
This commit is contained in:
parent
b3bf853409
commit
0be51c025c
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ func (i *instanceDB) CountInstanceStatuses(ctx context.Context, domain string) (
|
|||
q = q.Where("NOT ? = ?", bun.Ident("status.visibility"), "direct")
|
||||
|
||||
count, err := q.Count(ctx)
|
||||
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue