Add free line after import.

This commit is contained in:
elweyn 2022-04-06 11:10:09 +02:00
parent 54f5a0123f
commit ff24798767

View File

@ -3,6 +3,7 @@ import Decimal from 'decimal.js-light'
import { TransactionLink as dbTransactionLink } from '@entity/TransactionLink'
import { User } from './User'
import CONFIG from '@/config'
@ObjectType()
export class TransactionLink {
constructor(transactionLink: dbTransactionLink, user: User, redeemedBy: User | null = null) {