Skip to content

Commit 28fde75

Browse files
stayseesongboris-hocdemarkzegarelli
authored
Wisepops Destination (#3859)
* WIS-1670 Write Wisepops destination documentation * WIS-1670 Add warning title * WIS-1670 Update Wisepops documentation * WIS-1670 Fix typo * WIS-1670 Remove brands * fixes * Added metadata for actions and presets * Update src/connections/destinations/catalog/actions-wisepops/index.md Co-authored-by: Boris Hocdé <[email protected]> * Fix private destination yaml Co-authored-by: boris <[email protected]> Co-authored-by: markzegarelli <[email protected]> Co-authored-by: Boris Hocdé <[email protected]>
1 parent e1d577a commit 28fde75

File tree

8 files changed

+399
-93
lines changed

8 files changed

+399
-93
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)