Skip to content

Conversation

ArtemHoruzhenko
Copy link
Collaborator

#RI-3684 - Base BE implementation. Import certs from files

#RI-3684 - Base BE implementation. Import certs from files
fail: [],
};

console.log('___ items', items);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

console.log

*/
static determineConnectionType(data: any = {}): ConnectionType {
if (data?.connectionType) {
switch (data.connectionType) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may be better to use this structure?
return (data.connectionType in ConnectionType) ? ConnectionType[data.connectionType] : ConnectionType.NOT_CONNECTED

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense. Thanks

…descover sentinel databases with existing certs
@ArtemHoruzhenko ArtemHoruzhenko merged commit fdbce72 into feature/RI-3728-import_certifiacates Dec 14, 2022
@ArtemHoruzhenko ArtemHoruzhenko deleted the be/feature/RI-3728-import_certificates branch December 14, 2022 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants