UNPKG

@speakr/speakr-module-services

Version:
14 lines (11 loc) 273 B
"use strict"; const db = require('../../db/'); module.exports = { customCampaignStat }; function customCampaignStat(options) { return db.campaign_reports_custom.destroy({ where: { id: options.req.params.custom_stat_id } }) .then(() => Promise.resolve(options)); }