Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Apr 22, 2024
1 parent 8224c5c commit 7563b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-pattern/worker/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export async function syncConnection({
) {
try {
const res = await byos.GET(
`/${vertical}/v2/${stream}` as '/crm/v2/contact',
`/verticals/${vertical}/${stream}` as '/verticals/crm/contact',
{params: {query: {cursor: state.cursor, page_size}}},
)
const count = incrementMetric(`${stream}_count`, res.data.items.length)
Expand Down

0 comments on commit 7563b49

Please sign in to comment.