mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Remove unused params argument from
generateReportExpensePDF
This commit is contained in:
@@ -30,8 +30,7 @@ const getStatusColor = (action?: string): [number, number, number] => {
|
||||
};
|
||||
|
||||
export const generateReportExpensePDF = async (
|
||||
data: ReportExpense[],
|
||||
params: PDFParams
|
||||
data: ReportExpense[]
|
||||
): Promise<void> => {
|
||||
// Inisialisasi dokumen dengan tipe yang sudah diekstensi
|
||||
const doc = new jsPDF('l', 'mm', 'a4') as jsPDFWithAutoTable;
|
||||
|
||||
Reference in New Issue
Block a user