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
commit a008ec3729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;