From 98a48b0c886d1e92ed211d80ecc86a25bdfb3e23 Mon Sep 17 00:00:00 2001 From: laxsan Date: Fri, 3 Apr 2020 08:23:20 +0200 Subject: [PATCH] test suppresion --- models/appointment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/appointment.js b/models/appointment.js index 9a0efcf..81aec70 100644 --- a/models/appointment.js +++ b/models/appointment.js @@ -1,7 +1,7 @@ const { DataTypes } = require('sequelize'); -//test + module.exports = sequelize => { const attributes = { appointment_id: {