Skip to content

Commit

Permalink
Fix an issue in checking if we need to prompt survey. (#16232)
Browse files Browse the repository at this point in the history
  • Loading branch information
kceiw authored Oct 27, 2021
1 parent 69b4e27 commit 68872e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public bool ShouldPromptSurvey()
return _sharedSurveyHelper.ShouldPropmtSurvey(_ModuleName, _ModuleVersion);
}

return true;
return false;
}

/// <inheritdoc/>
Expand Down

0 comments on commit 68872e7

Please sign in to comment.