Skip to content

Commit

Permalink
wetlab -> wet-lab
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Oct 21, 2021
1 parent ce6e0f9 commit 9cb2c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiita_pet/handlers/artifact_handlers/base_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def check_artifact_access(user, artifact):
QiitaHTTPError
If the user doesn't have access to the given artifact
"""
if user.level in ('admin', 'wetlab admin'):
if user.level in ('admin', 'wet-lab admin'):
return
if artifact.visibility != 'public':
study = artifact.study
Expand Down

0 comments on commit 9cb2c42

Please sign in to comment.