delete protocol
This commit is contained in:
@@ -2,5 +2,5 @@ from src.models.tokens import RefreshTokensORM
|
||||
from src.repository.base import BaseRepo
|
||||
|
||||
|
||||
class AuthRepo(BaseRepo):
|
||||
class AuthRepo(BaseRepo[RefreshTokensORM]):
|
||||
model: type[RefreshTokensORM] = RefreshTokensORM
|
||||
|
||||
Reference in New Issue
Block a user