Skip to content

Commit a87a0d0

Browse files
authored
Merge pull request #694 from segmentio/repo-sync
repo sync
2 parents a49eca9 + 8644e96 commit a87a0d0

File tree

11 files changed

+476
-98
lines changed

11 files changed

+476
-98
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ viewability
144144
waitlist
145145
walkthrough
146146
WebKit
147+
Wisepops
147148
Woopra
148149
Wootric
149150
Xcode

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)