summaryrefslogtreecommitdiff
path: root/src-migrate/services/voucher.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/services/voucher.ts')
-rw-r--r--src-migrate/services/voucher.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/services/voucher.ts b/src-migrate/services/voucher.ts
index 447b448e..13d9e2c0 100644
--- a/src-migrate/services/voucher.ts
+++ b/src-migrate/services/voucher.ts
@@ -1,7 +1,7 @@
import odooApi from '~/libs/odooApi';
import { IVoucher } from '~/types/voucher';
-export const getVoucher = async (): Promise<IVoucher[]> => {
+export const getVoucherAll = async (): Promise<IVoucher[]> => {
const url = `/api/v1/voucher`;
return await odooApi('GET', url);