mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
correct import of entities
This commit is contained in:
parent
1ad378aa22
commit
a0cde876cd
@ -1,4 +1,4 @@
|
||||
import { Community as DbCommunity } from '../entity/Community'
|
||||
import { Community as DbCommunity } from '../entity'
|
||||
|
||||
/**
|
||||
* Retrieves the home community, i.e., a community that is not foreign.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { TransactionLink as DbTransactionLink } from "../entity/TransactionLink"
|
||||
import { TransactionLink as DbTransactionLink } from "../entity"
|
||||
|
||||
export async function findTransactionLinkByCode(code: string): Promise<DbTransactionLink> {
|
||||
return await DbTransactionLink.findOneOrFail({
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Transaction as DbTransaction } from 'database'
|
||||
import { Transaction as DbTransaction } from '../entity'
|
||||
|
||||
export const getLastTransaction = async (
|
||||
userId: number,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user