You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/08/31 10:11:29 UTC

[GitHub] [incubator-devlake] likyh commented on a diff in pull request #2889: fix: move setAllConnections to the right statement

likyh commented on code in PR #2889:
URL: https://github.com/apache/incubator-devlake/pull/2889#discussion_r959408462


##########
config-ui/src/hooks/useConnectionManager.jsx:
##########
@@ -393,38 +395,32 @@ function useConnectionManager (
           )
           console.log('>> ALL SOURCE CONNECTIONS: ', aC)
         } else {
-          c = await request.get(
+          const c = await request.get(

Review Comment:
   https://github.com/apache/incubator-devlake/pull/2890#discussion_r959407416



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org