mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-03-21 09:33:32 +00:00
monograph: fix typo
This commit is contained in:
committed by
Abdullah Atta
parent
8d4336d1bc
commit
fe7c546d9b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user