Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rk3r committed May 2, 2022
1 parent ed9cf70 commit a99e3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrecorder/webrecorder/usercontroller.py
Expand Up @@ -308,7 +308,7 @@ def api_delete_user(username):

@self.app.post('/api/v1/user/<username>')
def update_user(username):
user = self.get_user_or_raise(user=username)
user = self.get_user_or_raise(username=username)

data = request.json or {}

Expand Down

0 comments on commit a99e3d6

Please sign in to comment.