Commit 531b2308 authored by Ghitha Dinan's avatar Ghitha Dinan

province delete fixing

parent 35b69bcc
...@@ -161,7 +161,7 @@ class ProvinceServiceImpl : ProvinceService { ...@@ -161,7 +161,7 @@ class ProvinceServiceImpl : ProvinceService {
val update = data.get() val update = data.get()
update.active = false update.active = false
update.updatedAt = Date() update.updatedAt = Date()
// repo.save(update) repo.save(update)
return responseSuccess() return responseSuccess()
} }
return responseNotFound() return responseNotFound()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment