Deprecate legacy core datasource token (#14096)
This commit is contained in:
@@ -29,7 +29,7 @@ import { UpdateAgentInput } from './dtos/update-agent.input';
|
||||
@Resolver()
|
||||
export class AgentResolver {
|
||||
constructor(
|
||||
@InjectRepository(AgentEntity, 'core')
|
||||
@InjectRepository(AgentEntity)
|
||||
private readonly agentRepository: Repository<AgentEntity>,
|
||||
private readonly agentService: AgentService,
|
||||
private readonly agentHandoffService: AgentHandoffService,
|
||||
|
||||
Reference in New Issue
Block a user