You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how i can use @PolymorphicRepository decorator into entity.service.ts file? @InjectRepository(Like) @PolymorphicRepository(Like) private readonly likeRepository: AbstractPolymorphicRepository<Like>, that not work, help please
The text was updated successfully, but these errors were encountered:
how i can use @PolymorphicRepository decorator into entity.service.ts file?
@InjectRepository(Like) @PolymorphicRepository(Like) private readonly likeRepository: AbstractPolymorphicRepository<Like>,
that not work, help pleaseThe text was updated successfully, but these errors were encountered: