@vasrefil/api-toolkit 1.13.0 → 1.13.1

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.
@@ -64,8 +64,7 @@ class NotificationUtil_ {
64
64
  return resp;
65
65
  }
66
66
  catch (error) {
67
- const err = helpers_1.RequestHelper.get_error(error);
68
- console.log(`Send Email error: ${err?.message}`);
67
+ throw error;
69
68
  }
70
69
  };
71
70
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vasrefil/api-toolkit",
3
3
  "description": "This is Vasrefil API toolkit",
4
- "version": "1.13.0",
4
+ "version": "1.13.1",
5
5
  "author": "Sodiq Alabi",
6
6
  "main": "dist/public-api.js",
7
7
  "types": "dist/public-api.d.ts",