diff --git a/api/main.py b/api/main.py index 65c6aee..44a4cce 100644 --- a/api/main.py +++ b/api/main.py @@ -318,10 +318,11 @@ async def catch_all( ): workspace = await repository.getById(current_user, workspace_id) - if ( - workspace.autoFlagReview - and current_user.effective_role(workspace_id) == "contributor" - ): + # if ( + # workspace.autoFlagReview + # and current_user.effective_role(workspace_id) == "contributor" + # ): + if True: logger.info("Injecting review request tag") body = await request.body() root = ET.fromstring(body)