Skip to content

Commit 9cb2c42

Browse files
committed
wetlab -> wet-lab
1 parent ce6e0f9 commit 9cb2c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/handlers/artifact_handlers/base_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def check_artifact_access(user, artifact):
4141
QiitaHTTPError
4242
If the user doesn't have access to the given artifact
4343
"""
44-
if user.level in ('admin', 'wetlab admin'):
44+
if user.level in ('admin', 'wet-lab admin'):
4545
return
4646
if artifact.visibility != 'public':
4747
study = artifact.study

0 commit comments

Comments
 (0)