mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Corrected PendingCreationRepository.
This commit is contained in:
parent
1a0c0907c4
commit
92b2dcf6b6
@ -1,5 +1,5 @@
|
||||
import { EntityRepository, Repository } from 'typeorm'
|
||||
import { PendingCreation } from '@entity/PendingCreation'
|
||||
|
||||
@EntityRepository(LoginUserBackup)
|
||||
@EntityRepository(PendingCreation)
|
||||
export class PendingCreationRepository extends Repository<PendingCreation> {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user