From d203693a6478bd7739d33900f67f5172369bee3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Santanch=C3=A8?= Date: Mon, 7 Oct 2024 15:27:18 -0300 Subject: [PATCH] feat (report-annotation): small change --- src/adonisjs/public/report/js/report-annotations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adonisjs/public/report/js/report-annotations.js b/src/adonisjs/public/report/js/report-annotations.js index 3bd7c10d..875c22b9 100644 --- a/src/adonisjs/public/report/js/report-annotations.js +++ b/src/adonisjs/public/report/js/report-annotations.js @@ -287,7 +287,7 @@ class ReportManager { const tk = tokens[t] const tCats = Object.keys(tk[3]) let last = t - if (tCats.length == 0) + if (tCats.length === 0) expanded.push([tk[0], tk[1], tk[2], 'O', null]) else { // gather together BIO sequences const blocks = []