Skip to content

Commit

Permalink
chore(gsuite): rebased on master
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Jul 15, 2021
1 parent 4b42b8d commit e23e889
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions middlewares/members.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const moment = require('moment');
const _ = require('lodash');

const superagent = require('superagent');
const { User, Body, MailChange, MailConfirmation } = require('../models');
const constants = require('../lib/constants');
const helpers = require('../lib/helpers');
Expand Down
16 changes: 13 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"sequelize": "^6.6.5",
"sequelize-cli": "^6.2.0"
"sequelize-cli": "^6.2.0",
"superagent": "^6.1.0"
}
}

0 comments on commit e23e889

Please sign in to comment.