Skip to content

Commit 8e69e14

Browse files
committed
rewrite 'pageview' > 'page'
1 parent f59a6ea commit 8e69e14

File tree

6 files changed

+331
-341
lines changed

6 files changed

+331
-341
lines changed

scripts/catalog_papi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,5 +514,5 @@ const updateWarehouses = async () => {
514514
}
515515

516516
updateDestinations()
517-
//updateSources()
518-
//updateWarehouses()
517+
updateSources()
518+
updateWarehouses()

src/_data/catalog/destination_categories.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# destination categories last updated 2021-07-01
3-
1+
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2+
# destination categories last updated 2021-07-02
43
items:
54
- display_name: A/B Testing
65
slug: a-b-testing

0 commit comments

Comments
 (0)