Skip to content

Commit

Permalink
fix content dart analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpengi committed Dec 18, 2023
1 parent 81ef315 commit 8f3d91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model/content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ class _ZulipContentParser {
if (headingLevel != null && classes.isEmpty) {
final parsed = parseBlockInline(element.nodes);
return HeadingNode(debugHtmlNode: debugHtmlNode,
level: headingLevel!,
level: headingLevel,
links: parsed.links,
nodes: parsed.nodes);
}
Expand Down

0 comments on commit 8f3d91b

Please sign in to comment.