Skip to content

Commit

Permalink
Merge branch 'feature/sc-27826/styling' into feature/sc-30600/impleme…
Browse files Browse the repository at this point in the history
…nt-share-on-x-not-twitter
  • Loading branch information
stevekaplan123 committed Nov 26, 2024
2 parents a8d374e + d98244c commit 455c77c
Show file tree
Hide file tree
Showing 20 changed files with 1,504 additions and 1,654 deletions.
2 changes: 1 addition & 1 deletion sourcesheets/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def save_sheet_api(request):
else:
apikey = None

j = request.POST.get("json")
j = request.POST.get("json") or request.body
if not j:
return jsonResponse({"error": "No JSON given in post data."})
sheet = json.loads(j)
Expand Down
Loading

0 comments on commit 455c77c

Please sign in to comment.