Posts by Diogozx • 1 point
1 post
-
0
votes1
answer47
viewsA: How do I make the user repository use the extends property?
You don’t have a class error: class UserRepository extends Repository { constructor(user) { super({ dbCollection: user }); } } In the super these to pass an object should not only pass the user…