Skip to content

Commit 31fa1cb

Browse files
committed
Add common methods to indiefunnels sources for consistency
1 parent dfd7b79 commit 31fa1cb

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

components/indiefunnels/sources/contact-updated-instant/contact-updated-instant.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default {
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {
13+
...common.methods,
1314
getEvent() {
1415
return [
1516
"contact_updated",

components/indiefunnels/sources/new-booking-session-instant/new-booking-session-instant.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default {
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {
13+
...common.methods,
1314
getEvent() {
1415
return [
1516
"booking_created",

components/indiefunnels/sources/new-form-submission-instant/new-form-submission-instant.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default {
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {
13+
...common.methods,
1314
getEvent() {
1415
return [
1516
"form_submitted",

components/indiefunnels/sources/new-order-instant/new-order-instant.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default {
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {
13+
...common.methods,
1314
getEvent() {
1415
return [
1516
"order_created",

0 commit comments

Comments
 (0)