Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2112c360d |
3 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"type": "module",
|
||||
"name": "reporter.js",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -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.cjs';
|
||||
import { makeTransaction, parse } from './helpers';
|
||||
|
||||
async function addTransaction(config, transaction) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue