Skip to content

Commit 874b3e7

Browse files
authored
Merge pull request #3910 from segmentio/develop
Release 22.49.1
2 parents 970462a + 3018c0d commit 874b3e7

File tree

22 files changed

+945
-323
lines changed

22 files changed

+945
-323
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Javascript
8181
Jebbit
8282
Jimo
8383
Jivox
84+
jQuery
8485
Kable
8586
Kameleoon
8687
Kissmetrics
Binary file not shown.
Binary file not shown.

scripts/private-destination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const addPrivateDestination = async () => {
142142
message: 'Enter the destination ID'
143143
})
144144

145-
if (DEST_ID.id = '0') {
145+
if (DEST_ID.id == '0') {
146146
for (const element in ids) {
147147
let currentId = ids[element]
148148
await getDestinationData(currentId)

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2022-12-01
2+
# destination categories last updated 2022-12-06
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)