@stokr/components-library 3.0.70 → 3.0.71

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.
@@ -375,7 +375,7 @@ class Auth {
375
375
  */
376
376
  static getAvatar() {
377
377
  return new Promise((resolve, reject) => {
378
- axiosInstance.post(`media/user/avatar/get`, null, { responseType: "blob" }).then((response) => {
378
+ axiosInstance.post(`media/user/avatar/get`, void 0, { responseType: "blob" }).then((response) => {
379
379
  resolve(response.data);
380
380
  }).catch((err) => {
381
381
  if (err?.response?.status === 404) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokr/components-library",
3
- "version": "3.0.70",
3
+ "version": "3.0.71",
4
4
  "description": "STOKR - Components Library",
5
5
  "author": "Bilal Hodzic <bilal@stokr.io>",
6
6
  "license": "MIT",