Skip to content

Commit

Permalink
fixing destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
sandip-patel-1 committed Oct 11, 2022
1 parent 28616b8 commit 02604c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/appointments.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
}
}).then(() => {
appointment.destroy();
//appointment.destroy();
})
</script>

Expand Down

0 comments on commit 02604c5

Please sign in to comment.