Skip to content

Commit

Permalink
fix: typo token mikro
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Russo committed Jan 19, 2022
1 parent 10915bc commit 4db1a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { injectable } from 'inversify';
import BaseMikroSqlRepository from '../../../App/Infrastructure/Repositories/BaseMikroSqlRepository';
import Token from '../../Domain/Entities/Token';
import ITokenDomain from '../../InterfaceAdapters/ITokenDomain';
import TokenSchema from '../Schemas/TokenTypeORM';
import TokenSchema from '../Schemas/TokenMikroORM';

@injectable()
class TokenMikroSqlRepository extends BaseMikroSqlRepository<ITokenDomain> implements ITokenRepository<ITokenDomain>
Expand Down

0 comments on commit 4db1a62

Please sign in to comment.