Skip to content

Commit be8296d

Browse files
authored
Merge branch 'master' into Advanced-Transformations
2 parents c5c8601 + 4be15a1 commit be8296d

File tree

40 files changed

+3117
-873
lines changed

40 files changed

+3117
-873
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,16 @@ onboarding
111111
Optimizely
112112
param(:?s)
113113
Pardot
114+
Passcode
114115
performant
115116
Pinterest
117+
Pipedrive
116118
Preact
117119
Qualtrics
118120
reformat(:?s)
119121
Responsys
120122
Rokt
123+
Sabil
121124
SDK(:?s)
122125
Selligent
123126
Sendgrid
@@ -142,6 +145,7 @@ viewability
142145
waitlist
143146
walkthrough
144147
WebKit
148+
Wisepops
145149
Woopra
146150
Wootric
147151
Xcode

package-lock.json

Lines changed: 88 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/private-destination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const addPrivateDestination = async () => {
121121
} else {
122122
privateIds.push(DEST_ID.id)
123123
}
124-
124+
privateIds.sort();
125125
for (const element in privateIds) {
126126
let currentId = privateIds[element]
127127
getDestinationData(currentId)

0 commit comments

Comments
 (0)