add patient

This commit is contained in:
vanilia
2025-11-19 13:21:04 +07:00
parent 7ea69720bb
commit 8644bcaedc
26 changed files with 1454 additions and 79 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ func Delete(input e.DeleteDto) (*d.Data, error) {
return err
}
mwRunner.setMwType(pu.MWTPost)
mwRunner.setMwType(pu.MWTPre)
// Run pre-middleware
if err := mwRunner.RunDeleteMiddleware(deletePreMw, &input); err != nil {
return err