eleven-solutions-common-website-unique-web 3.0.9 → 3.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -69,7 +69,6 @@ export const deleteUserApi = (id) => __awaiter(void 0, void 0, void 0, function*
69
69
  const response = yield axios.delete(`${apiUrl}/login/delete`, {
70
70
  headers: {
71
71
  Authorization: `Bearer ${token}`,
72
- "Content-Type": "application/json",
73
72
  },
74
73
  // data: {
75
74
  // id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleven-solutions-common-website-unique-web",
3
- "version": "3.0.9",
3
+ "version": "3.0.11",
4
4
  "main": "./dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -77,7 +77,6 @@ export const deleteUserApi = async (id: string) => {
77
77
  const response = await axios.delete(`${apiUrl}/login/delete`, {
78
78
  headers: {
79
79
  Authorization: `Bearer ${token}`,
80
- "Content-Type": "application/json",
81
80
  },
82
81
  // data: {
83
82
  // id,