sanity check v2
This commit is contained in:
parent
38c87e2882
commit
e97e78e90b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import fs from 'fs'
|
||||
import { parse, stringify } from 'csv'
|
||||
import { getLogger } from '../helpers/logger.js'
|
||||
const eventLogPath = "logs/eventLog.csv"
|
||||
const eventLogPath = "logs/eventLogV2.csv"
|
||||
type LoggedEventType = 'new_invoice' | 'new_address' | 'address_paid' | 'invoice_paid' | 'invoice_payment' | 'address_payment' | 'u2u_receiver' | 'u2u_sender' | 'balance_increment' | 'balance_decrement'
|
||||
export type LoggedEvent = {
|
||||
timestampMs: number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue