timber-node 0.1.0 → 0.1.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.
- package/dist/cheque.js +0 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/cheque.js
CHANGED
|
@@ -54,7 +54,6 @@ class ChequeService {
|
|
|
54
54
|
const formData = new form_data_1.default();
|
|
55
55
|
if (data === null || data === void 0 ? void 0 : data.file) {
|
|
56
56
|
formData.append('file', data.file);
|
|
57
|
-
formData.append('company', '6777a90c5cd5d327209fa239');
|
|
58
57
|
}
|
|
59
58
|
else {
|
|
60
59
|
throw new Error('File is required');
|
package/dist/index.d.ts
CHANGED