updates
This commit is contained in:
@@ -46,7 +46,7 @@ type RPRepository struct {
|
||||
}
|
||||
|
||||
func NewRPRepository(db *laniakea.DatabaseContext) *RPRepository {
|
||||
return &RPRepository{db: db.PostgresSQL}
|
||||
return &RPRepository{db.PostgresSQL}
|
||||
}
|
||||
|
||||
func (rep *RPRepository) GetOrCreateUser(id int64) (*RPUser, error) {
|
||||
|
||||
Reference in New Issue
Block a user