diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2025-12-27 16:01:51 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2025-12-27 16:01:51 +0100 |
| commit | 28c730a2e35ce81634dd4d47bf8e92e4552ec17c (patch) | |
| tree | c1aa994a9c241972f81e1ab8403a6b1dc37f14da /src/importer.cpp | |
| parent | 178e8c135a60e9f206dcfbad8bab7bb868e6a294 (diff) | |
fix warnings
Diffstat (limited to 'src/importer.cpp')
| -rw-r--r-- | src/importer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/importer.cpp b/src/importer.cpp index e3d8048..3c56062 100644 --- a/src/importer.cpp +++ b/src/importer.cpp @@ -219,7 +219,7 @@ static int _ai_document_to_invoice_t(void *arg) request->status = importer::status::IMPORT_WAITING_FOR_RESPONSE; - char* queries[] = { + const char* queries[] = { "What is the invoice number/ID? Return json containing sequential_number (string), query_id = 1 (string)", "When was this invoice issued? Return json containing issued_at (time_t value), query_id = 2 (string). If not found, issued_at = 0", "When does this invoice expire? Return json containing expires_at (time_t value), query_id = 3 (string). If not found, expires_at = 0", |
