Преглед на файлове

Merge pull request #66 from algoo/buxx-patch-1

Damien Accorsi преди 7 години
родител
ревизия
5e39b8c64b
No account linked to committer's email
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      hapic/decorator.py

+ 1 - 1
hapic/decorator.py Целия файл

437
                 )
437
                 )
438
 
438
 
439
             error_response = self.context.get_response(
439
             error_response = self.context.get_response(
440
-                json.dumps(response_content),
440
+                json.dumps(dumped),
441
                 self.http_code,
441
                 self.http_code,
442
             )
442
             )
443
             return error_response
443
             return error_response