Skip to content

Commit

Permalink
Fix a no HTTP response en analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslavandeira committed Jan 5, 2018
1 parent 51c46b2 commit fb24e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions series_tiempo_ar_api/apps/analytics/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ def save(request):
if params_start > 0:
args = args[params_start:]
analytics.delay(ids, args, ip_address, params)
return HttpResponse()

0 comments on commit fb24e64

Please sign in to comment.