@rh-support/utils
Advanced tools
Comparing version 2.1.23 to 2.1.24
@@ -31,3 +31,3 @@ "use strict"; | ||
// highlight id is either uri or view_uri | ||
// when we are uploading a file before adding issue summary no highlighting doc is present hence passing an empty object | ||
// when we are uploading a file before adding "Problem description" no highlighting doc is present hence passing an empty object | ||
const highlightObj = highlighting | ||
@@ -34,0 +34,0 @@ ? highlighting[doc.resource_uri] || highlighting[doc.uri] || highlighting[doc.view_uri] || {} |
@@ -21,3 +21,3 @@ import DOMPurify from 'dompurify'; | ||
// highlight id is either uri or view_uri | ||
// when we are uploading a file before adding issue summary no highlighting doc is present hence passing an empty object | ||
// when we are uploading a file before adding "Problem description" no highlighting doc is present hence passing an empty object | ||
const highlightObj = highlighting | ||
@@ -24,0 +24,0 @@ ? highlighting[doc.resource_uri] || highlighting[doc.uri] || highlighting[doc.view_uri] || {} |
{ | ||
"name": "@rh-support/utils", | ||
"version": "2.1.23", | ||
"version": "2.1.24", | ||
"description": "> TODO: description", | ||
@@ -100,3 +100,3 @@ "author": "Vikas Rathee <vrathee@redhat.com>", | ||
], | ||
"gitHead": "73340df833a3a85d6982412acfc7f1f9297f6736" | ||
"gitHead": "b3b0fd899e604b6693213eefc4f1d3ca54655040" | ||
} |
255171