Fix some performance/volume issues
This commit is contained in:
@@ -35,7 +35,7 @@ type albumRepository struct {
|
||||
|
||||
func NewAlbumRepository() domain.AlbumRepository {
|
||||
r := &albumRepository{}
|
||||
r.entityName = "album"
|
||||
r.tableName = "album"
|
||||
return r
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user