monograph: fix typo

This commit is contained in:
Abdullah Atta
2026-02-25 15:42:58 +05:00
committed by Abdullah Atta
parent 8d4336d1bc
commit fe7c546d9b

View File

@@ -377,7 +377,7 @@ namespace Notesnook.API.Controllers
var json = JsonSerializer.Deserialize<MonographContent>(content) ?? throw new Exception("Invalid monograph content.");
var html = json.Data;
if (level == ContentSanitizationLevel.Full)
if (level == ContentSanitizationLevel.Partial)
{
var config = Configuration.Default.WithDefaultLoader();
var context = BrowsingContext.New(config);