start.js works

This commit is contained in:
Lei PAN
2023-05-18 12:10:08 +02:00
parent 465861a5ab
commit aa4f5a78e8
2 changed files with 50 additions and 43 deletions
+6
View File
@@ -0,0 +1,6 @@
const {startBookWithNumbers, scheduleBookWithNumbers} = require('./src/appointment')
startBookWithNumbers(0, 2, "random", "./163_contacts.xlsx", true, false).then((r) => {
console.log(r)
})