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