mirror of
https://github.com/gogs/gogs.git
synced 2025-12-24 01:00:00 +01:00
all: unwrap database.ActionsStore interface (#7686)
This commit is contained in:
@@ -58,7 +58,7 @@ type AccessTokensStore struct {
|
||||
}
|
||||
|
||||
func newAccessTokensStore(db *gorm.DB) *AccessTokensStore {
|
||||
return &AccessTokensStore{db}
|
||||
return &AccessTokensStore{db: db}
|
||||
}
|
||||
|
||||
type ErrAccessTokenAlreadyExist struct {
|
||||
|
||||
Reference in New Issue
Block a user