mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
chore: organize ts types, fix eslint errors
This commit is contained in:
@@ -38,7 +38,7 @@ export async function GET(request: Request) {
|
||||
|
||||
// CSV rows
|
||||
for (const transaction of transactions) {
|
||||
const row: Record<string, any> = {}
|
||||
const row: Record<string, unknown> = {}
|
||||
for (const field of existingFields) {
|
||||
let value
|
||||
if (field.isExtra) {
|
||||
|
||||
Reference in New Issue
Block a user