Skip to content

Commit 14b7c22

Browse files
committed
Unused constant
1 parent a89a9b2 commit 14b7c22

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/servicenow/common/constants.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const TROUBLE_TICKET_PATH = "/api/sn_ind_tsm_sdwan/ticket/troubleTicket";
2-
31
const DEFAULT_SEVERITY_OPTIONS = [
42
{
53
label: "Critical",
@@ -28,7 +26,6 @@ const INCIDENT_SEVERITY_OPTIONS = [
2826
];
2927

3028
export default {
31-
TROUBLE_TICKET_PATH,
3229
DEFAULT_SEVERITY_OPTIONS,
3330
INCIDENT_SEVERITY_OPTIONS,
3431
};

0 commit comments

Comments
 (0)