updated comment

This commit is contained in:
Dhruwang
2024-05-16 12:55:33 +05:30
parent fa327736f2
commit c0c35298a7

View File

@@ -63,7 +63,7 @@ const Page = async ({ params, searchParams }: LinkSurveyPageProps) => {
const isSingleUseSurvey = survey.singleUse?.enabled;
if (redirectUrl) {
// if redirectUrl exist in params and if its valid, we overwrite the redirect url of survey if it exist
// if redirectUrl exist in params and if its valid, we overwrite the redirect url of survey
survey.redirectUrl = redirectUrl;
}