Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Guillaume Vagner
happy-botday
Commits
218efe85
Commit
218efe85
authored
Feb 23, 2019
by
Guillaume Vagner
Browse files
remove getSchedules import
parent
3e95b671
Changes
1
Hide whitespace changes
Inline
Side-by-side
schedule.js
View file @
218efe85
...
...
@@ -2,7 +2,7 @@
var
schedule
=
require
(
'
node-schedule
'
);
// Modules propres
var
{
modifyChan
,
getGroups
,
getSchedules
}
=
require
(
'
./connection-db
'
);
var
{
modifyChan
,
getGroups
}
=
require
(
'
./connection-db
'
);
var
{
getBirthdays
,
getNewToken
}
=
require
(
'
./requests
'
);
// Création de variables
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment