Fix helpers importing
This commit is contained in:
parent
470be2880c
commit
3e6f1f4780
3 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import AsyncLock from 'async-lock';
|
|||
import cors from 'cors'
|
||||
import api from '@actual-app/api';
|
||||
import fs from 'fs';
|
||||
import { makeTransaction, parse } from './helpers.js';
|
||||
import { makeTransaction, parse } from './helpers.cjs';
|
||||
|
||||
async function addTransaction(config, transaction) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue