Skip to content

Commit

Permalink
fix repository template type
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Nov 13, 2024
1 parent 1db0746 commit c752d11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class MikroOrmBase {
* related ones.
*/

export class MikroOrmBaseRepository<const T extends object>
export class MikroOrmBaseRepository<const T extends object = object>
extends MikroOrmBase
implements RepositoryService<T>
{
Expand Down

0 comments on commit c752d11

Please sign in to comment.