Skip to content

Commit a97ccae

Browse files
committed
rmv the rest of the engageDestination refs
1 parent dc8e6f4 commit a97ccae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scripts/catalog/updateDestinations.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const {
88
isCatalogItemHidden,
99
sanitize,
1010
doesCatalogItemExist,
11-
engageDestinations,
1211
} = require('./utilities.js');
1312

1413
require('dotenv').config();

scripts/catalog/utilities.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ const isCatalogItemHidden = (itemURL) => {
159159
}
160160
};
161161

162-
163162
const sanitize = (text) => {
164163
const regex = /(<[^\/a].*?>)/ig;
165164
result = text.replace(regex, "`$1`");

0 commit comments

Comments
 (0)