This commit is contained in:
2020-10-02 01:11:05 -05:00
parent 8c8bd30a18
commit 2a6108d809
5 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const moment = require('moment')
const Horario = require('../../db/tables/Horario')
const get = async () => {
await Horario.findAll()
return Horario.findAll()
.then((res) => {
let data = []
let now = moment().add(15, 'minutes')