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",
|
"name": "reporter.js",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue