Skip to content

Commit

Permalink
change require of moment.js to const
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Wohlert committed Apr 29, 2016
1 parent c2c898c commit e8a07ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/controller/api/cis/cisApiController.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const Userhelper = require('../../../helper/userHelper');
const requestmodule = require('request');
const cheerio = require('cheerio');
const speiseplanHelper = require('../../../helper/speiseplanHelper');
var moment = require('moment');
const moment = require('moment');

module.exports = (() => {
'use strict';
Expand Down

0 comments on commit e8a07ac

Please sign in to comment.