diff --git a/api/main.py b/api/main.py index c3708b3..1e2391e 100644 --- a/api/main.py +++ b/api/main.py @@ -316,10 +316,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)