Merge pull request #3732 from sbwalker/dev

use Runtimes constant
This commit is contained in:
Shaun Walker
2024-02-02 14:38:49 -05:00
committed by GitHub

View File

@ -220,7 +220,7 @@
if (site != null)
{
if (Runtime == "Hybrid" && !site.Hybrid)
if (Runtime == Runtimes.Hybrid && !site.Hybrid)
{
_error = "Hybrid Integration Is Not Enabled For This Site";
return;