This commit is contained in:
NikitaVashchuk 2023-04-11 14:59:02 +05:00
parent b1ab0d51e0
commit acff2c4439

View File

@ -146,7 +146,7 @@ public class DbWorker
if (ssl.HasValue)
{
updateObj.Enabled = ssl.Value;
updateObj.SSL = ssl.Value;
}
webhooksDbContext.WebhooksConfigs.Update(updateObj);