We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8e6f4 commit a97ccaeCopy full SHA for a97ccae
scripts/catalog/updateDestinations.js
@@ -8,7 +8,6 @@ const {
8
isCatalogItemHidden,
9
sanitize,
10
doesCatalogItemExist,
11
- engageDestinations,
12
} = require('./utilities.js');
13
14
require('dotenv').config();
scripts/catalog/utilities.js
@@ -159,7 +159,6 @@ const isCatalogItemHidden = (itemURL) => {
159
}
160
};
161
162
-
163
const sanitize = (text) => {
164
const regex = /(<[^\/a].*?>)/ig;
165
result = text.replace(regex, "`$1`");
0 commit comments