Work on sending campaigns. Campaign status page half-way done, but does not work yet.
This commit is contained in:
parent
67d7129f7b
commit
d1fa4f4211
66 changed files with 1653 additions and 525 deletions
|
@ -55,9 +55,7 @@ async function set(context, data) {
|
|||
// FIXME - recreate mailers, notify senders to recreate the mailers
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
hash,
|
||||
get,
|
||||
set
|
||||
};
|
||||
module.exports.hash = hash;
|
||||
module.exports.get = get;
|
||||
module.exports.set = set;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue