mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
refactor(connector): add issue tracker
This commit is contained in:
parent
d9560ae44e
commit
3aec1530d4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ export const getConnectorInstances = async (): Promise<ConnectorInstance[]> => {
|
|||
throw new RequestError({ code: 'entity.not_found', id: metadata.id, status: 404 });
|
||||
}
|
||||
|
||||
// TODO: can address type of Builder when dynamic import, temporarily use `as` to unblock
|
||||
// TODO (LOG-3921): can address type of Builder when dynamic import, temporarily use `as` to unblock
|
||||
// eslint-disable-next-line no-restricted-syntax
|
||||
const instance = new InstanceBuilder(
|
||||
getConnectorConfig,
|
||||
|
|
Loading…
Reference in a new issue