mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-01-08 07:30:13 +00:00
Formating fix
This commit is contained in:
parent
b3bf853409
commit
0be51c025c
|
@ -107,7 +107,6 @@ func (i *instanceDB) CountInstanceStatuses(ctx context.Context, domain string) (
|
||||||
q = q.Where("NOT ? = ?", bun.Ident("status.visibility"), "direct")
|
q = q.Where("NOT ? = ?", bun.Ident("status.visibility"), "direct")
|
||||||
|
|
||||||
count, err := q.Count(ctx)
|
count, err := q.Count(ctx)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return 0, err
|
return 0, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue