From 02604c53799a8617d8d857add4e673b395b7a88b Mon Sep 17 00:00:00 2001 From: Sandip Patel Date: Tue, 11 Oct 2022 15:30:09 -0400 Subject: [PATCH] fixing destroy --- package.json | 2 +- public/appointments.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 505bb70..b2f3abe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "license": "MIT", - "version": "3.0.16", + "version": "3.0.17", "author": "Timekit Inc.", "name": "timekit-booking", "main": "public/build/booking.min.js", diff --git a/public/appointments.html b/public/appointments.html index a2d74c0..12b6472 100644 --- a/public/appointments.html +++ b/public/appointments.html @@ -43,7 +43,7 @@ }, } }).then(() => { - appointment.destroy(); + //appointment.destroy(); })