all: unwrap database.ActionsStore interface (#7686)

This commit is contained in:
Joe Chen
2024-03-13 22:03:02 -04:00
committed by GitHub
parent f73edbd172
commit 6d77d6204d
9 changed files with 163 additions and 180 deletions

View File

@@ -58,7 +58,7 @@ type AccessTokensStore struct {
}
func newAccessTokensStore(db *gorm.DB) *AccessTokensStore {
return &AccessTokensStore{db}
return &AccessTokensStore{db: db}
}
type ErrAccessTokenAlreadyExist struct {