Skip to content

Commit b59c3ce

Browse files
committed
updates
1 parent 45e0b9a commit b59c3ce

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

components/acuity_scheduling/sources/appointment-canceled-instant/appointment-canceled-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 "appointment.canceled";
1516
},

components/acuity_scheduling/sources/appointment-rescheduled-instant/appointment-rescheduled-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 "appointment.rescheduled";
1516
},

components/acuity_scheduling/sources/new-appointment-instant/new-appointment-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 "appointment.scheduled";
1516
},

0 commit comments

Comments
 (0)