From 25a86e31df5e56b73f51a88ef7113cd2f61b8db2 Mon Sep 17 00:00:00 2001 From: Piyush Gupta <56182734+gupta-piyush19@users.noreply.github.com> Date: Wed, 14 May 2025 17:36:41 +0530 Subject: [PATCH] fix: promise misuse error (#5783) --- .../[environmentId]/surveys/[surveyId]/actions.ts | 2 +- sonar-project.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/actions.ts b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/actions.ts index efa27cc18b..4c432e3cab 100644 --- a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/actions.ts +++ b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/actions.ts @@ -96,7 +96,7 @@ const checkSurveyFollowUpsPermission = async (organizationId: string): Promise