Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Livinglist committed May 23, 2024
1 parent 60eab4d commit f77e693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bin/parser_verifier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Again, if the only thing a reporter had to do was read the report to find the fa
final String parsedText =
await parseCommentTextHtml(cmtTextElement?.innerHtml ?? '');

if (parsedText != text) {
if (parsedText != text || true) {
final Uri url =
Uri.parse('https://api.github.com/repos/livinglist/hacki/issues');
const String issueTitle = 'Parser check failed.';
Expand Down

0 comments on commit f77e693

Please sign in to comment.