chore: file formatting
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import apiClient from "@/api/client";
|
||||
import apiClient from '@/api/client';
|
||||
|
||||
export const getAppointmentsApi = async (
|
||||
page = 1,
|
||||
limit = 10,
|
||||
date = "",
|
||||
startDate = "",
|
||||
endDate = "",
|
||||
search = "",
|
||||
date = '',
|
||||
startDate = '',
|
||||
endDate = '',
|
||||
search = ''
|
||||
) => {
|
||||
const params = new URLSearchParams({
|
||||
page: String(page),
|
||||
|
||||
Reference in New Issue
Block a user