This website requires JavaScript.
Explore
Help
Sign In
ceda_ei
/
git-alerts-bot
mirror of
https://gitlab.com/ceda_ei/git-alerts-bot
Watch
1
Star
0
Fork
You've already forked git-alerts-bot
0
Code
Issues
Releases
Wiki
Activity
1199d4e20d
git-alerts-bot
/
models
/
index.js
4 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update .gitignore. Add database related models, data.
2018-11-26 20:04:53 +01:00
module
.
exports
=
sequelize
=>
(
{
[refactor] Add eslint and do dependency injection
2018-11-27 16:35:55 +01:00
integrations
:
require
(
"./integrations"
)
(
sequelize
)
,
Update .gitignore. Add database related models, data.
2018-11-26 20:04:53 +01:00
}
)
;