diff --git a/backend/src/constants.py b/backend/src/constants.py index 3a81274..9066fe0 100644 --- a/backend/src/constants.py +++ b/backend/src/constants.py @@ -67,7 +67,7 @@ "sindresorhus", ] -USER_BLACKLIST = ["kangmingtay", "ae7er", "stalukdar7"] +USER_BLACKLIST = ["kangmingtay", "ae7er", "stalukdar7", "piyush7833"] print("PROD", PROD) print("API_VERSION", API_VERSION)