Track publish time #329

Merged
bones7242 merged 4 commits from track-publish-time into master 2018-01-23 06:50:18 +01:00
Showing only changes of commit 5b2a10b741 - Show all commits

View file

@ -1,7 +1,7 @@
const logger = require('winston');
const ua = require('universal-analytics');
const config = require('../config/speechConfig.js');
const db = require('../models/index');
const db = require('../models');
const googleApiKey = config.analytics.googleId;
module.exports = {