feat (control-letter): remove includes value on read detail
This commit is contained in:
@@ -150,8 +150,6 @@ func ReadDetail(input e.ReadDetailDto) (*d.Data, error) {
|
||||
return err
|
||||
}
|
||||
|
||||
input.Includes = "encounter,unit,specialist,subspecialist"
|
||||
|
||||
if data, err = ReadDetailData(input, &event, tx); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user