0
Fork 0
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:
Darcy Ye 2022-08-11 16:27:40 +08:00
parent d9560ae44e
commit 3aec1530d4
No known key found for this signature in database
GPG key ID: B46F4C07EDEFC610

View file

@ -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,