Skip to content

Commit

Permalink
Removed neil and jack from list of admins
Browse files Browse the repository at this point in the history
  • Loading branch information
nmassey001 committed Feb 4, 2025
1 parent d71472b commit d98f51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlds/routers/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ async def put(
status_code=status.HTTP_400_BAD_REQUEST, detail=response_error.json()
)

if user not in ("jleland", "nrmassey", "nlds"):
if user not in ("nlds"):
response_error = ResponseError(
loc=["files", "archive"],
msg=("archive action is admin-only"),
Expand Down

0 comments on commit d98f51c

Please sign in to comment.