Compare commits

..

1 commit
main ... v0.1.3

Author SHA1 Message Date
Campbell Alden
f2112c360d Set up a test for the failing parsing 2026-03-25 23:55:41 +09:00
3 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
{ {
"type": "module",
"name": "reporter.js", "name": "reporter.js",
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {

View file

@ -11,7 +11,7 @@ import AsyncLock from 'async-lock';
import cors from 'cors' import cors from 'cors'
import api from '@actual-app/api'; import api from '@actual-app/api';
import fs from 'fs'; import fs from 'fs';
import { makeTransaction, parse } from './helpers.cjs'; import { makeTransaction, parse } from './helpers';
async function addTransaction(config, transaction) { async function addTransaction(config, transaction) {
try { try {