This commit is contained in:
Ulf Gebhardt 2023-03-31 12:48:14 +02:00
parent ae8405e8f6
commit c57c259db8
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -39,6 +39,7 @@ import {
import { executeTransaction } from './TransactionResolver' import { executeTransaction } from './TransactionResolver'
import { getUserCreation, validateContribution } from './util/creations' import { getUserCreation, validateContribution } from './util/creations'
import { getLastTransaction } from './util/getLastTransaction' import { getLastTransaction } from './util/getLastTransaction'
import QueryLinkResult from '../union/QueryLinkResult'
// TODO: do not export, test it inside the resolver // TODO: do not export, test it inside the resolver
export const transactionLinkCode = (date: Date): string => { export const transactionLinkCode = (date: Date): string => {