Batch import wasn't updated
This commit is contained in:
@@ -6,5 +6,5 @@ from app.dtos.user_batch import BatchUsersDTO
|
||||
class IUserService(ABC):
|
||||
|
||||
@abstractmethod
|
||||
async def fetch_tips(self, batch: BatchUsersDTO):
|
||||
async def batch_users(self, batch: BatchUsersDTO):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user