mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-03 19:28:08 -06:00
lint + tidy
This commit is contained in:
parent
6d81df50ce
commit
6037f709af
3 changed files with 1 additions and 4 deletions
|
|
@ -32,7 +32,6 @@ import (
|
|||
"github.com/go-pg/pg/v10/orm"
|
||||
"github.com/gotosocial/gotosocial/internal/config"
|
||||
"github.com/gotosocial/gotosocial/internal/gtsmodel"
|
||||
"github.com/gotosocial/oauth2/v4"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
|
@ -42,7 +41,6 @@ type postgresService struct {
|
|||
conn *pg.DB
|
||||
log *logrus.Entry
|
||||
cancel context.CancelFunc
|
||||
tokenStore oauth2.TokenStore
|
||||
federationDB pub.Database
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue