From b63ebef660cc75ea345eacdde0cc92f253e2537d Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Sat, 14 Mar 2026 22:37:36 -0400 Subject: [PATCH] Fix ddoc. --- finnow-api/source/transaction/service.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finnow-api/source/transaction/service.d b/finnow-api/source/transaction/service.d index 693db06..76cda56 100644 --- a/finnow-api/source/transaction/service.d +++ b/finnow-api/source/transaction/service.d @@ -277,7 +277,7 @@ void updateAttachments( * Params: * ds = The profile datasource to use. * request = The request to read filter parameters from. - * fileFormat = The file format to write. + * response = The response to write the file to. */ void exportTransactionsToFile( ProfileDataSource ds,