@vasrefil/api-toolkit 1.7.3 → 1.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EmailUtil = void 0;
|
|
4
|
-
const queue_1 = require("
|
|
5
|
-
const helpers_1 = require("
|
|
4
|
+
const queue_1 = require("./../background-jobs/queue");
|
|
5
|
+
const helpers_1 = require("../helpers");
|
|
6
6
|
class EmailUtil_ {
|
|
7
7
|
constructor() {
|
|
8
8
|
this.send_email = async (payload) => {
|