Skip to content

Commit

Permalink
refactor: refactor group mediator AB#18127
Browse files Browse the repository at this point in the history
  • Loading branch information
Idiono-mfon committed Aug 18, 2023
1 parent f6eb611 commit 76db828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediators/group_mediator/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def getGroup(request):
elif request.method == 'POST':

url = url + "/"

print("Create Group resource")

querystring = {"": ""}
data = json.dumps(request.data)
Expand Down

0 comments on commit 76db828

Please sign in to comment.