summaryrefslogtreecommitdiff
path: root/indoteknik_api/controllers/controller.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-06-30 14:09:17 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-06-30 14:09:17 +0700
commit137249f697852aa6362bb26975e1b038dc41dda6 (patch)
tree963408c42c5c901cc06a1d4d0400d512fceeea22 /indoteknik_api/controllers/controller.py
parent73fc17f3490e34924d58e90054a371d613450b74 (diff)
parentcbd20e11777185a98813141206a79d044e1f198e (diff)
Merge branch 'release' into nathan-dev
Diffstat (limited to 'indoteknik_api/controllers/controller.py')
-rw-r--r--indoteknik_api/controllers/controller.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/controller.py b/indoteknik_api/controllers/controller.py
index 90bc50ed..826f45b4 100644
--- a/indoteknik_api/controllers/controller.py
+++ b/indoteknik_api/controllers/controller.py
@@ -108,7 +108,6 @@ class Controller(http.Controller):
return time
def response(self, data=[], code=200, description='OK', headers=[]):
- request.env['user.activity.log'].record_activity()
response = {
'status': {
'code': code,