fmt + lint

This commit is contained in:
tsmethurst 2021-05-29 19:38:24 +02:00
commit 9ca354fe3c
6 changed files with 16 additions and 17 deletions

View file

@ -1148,7 +1148,6 @@ func (ps *postgresService) GetNotificationsForAccount(accountID string, limit in
q := ps.conn.Model(&notifications).Where("target_account_id = ?", accountID)
if maxID != "" {
n := &gtsmodel.Notification{}
if err := ps.conn.Model(n).Where("id = ?", maxID).Select(); err != nil {