Skip to content

Commit

Permalink
fix error planscape-1g from sentry (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-silva authored May 21, 2024
1 parent f342124 commit 5dea046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planscape/conditions/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_config(params: QueryDict):

def config(request: HttpRequest) -> HttpResponse:
region = get_config(request.GET)
return JsonResponse(region)
return JsonResponse(region, safe=False)


def metrics(request: HttpRequest) -> HttpResponse:
Expand Down

0 comments on commit 5dea046

Please sign in to comment.