@lancom/shared 0.0.201 → 0.0.202

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.
@@ -321,7 +321,7 @@ export default {
321
321
  return _delete(`admin/quotes/${id}`);
322
322
  },
323
323
  generateDuplicateQuoteCode(quote) {
324
- return _get(`admin/quoteq/${quote}/duplicate-code`);
324
+ return _get(`admin/quotes/${quote}/duplicate-code`);
325
325
  },
326
326
  async fetchProductBrands() {
327
327
  return sortByName(await _get('admin/brands'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.201",
3
+ "version": "0.0.202",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {