You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "mintsweet (via GitHub)" <gi...@apache.org> on 2023/03/01 12:53:11 UTC

[GitHub] [incubator-devlake] mintsweet commented on a diff in pull request #4554: fix(config-ui): some bugs

mintsweet commented on code in PR #4554:
URL: https://github.com/apache/incubator-devlake/pull/4554#discussion_r1121680883


##########
config-ui/src/plugins/register/github/config.tsx:
##########
@@ -42,7 +42,7 @@ export const GitHubConfig: PluginConfigType = {
         key: 'endpoint',
         multipleVersions: {
           cloud: 'https://api.github.com/',
-          server: '',
+          server: ' ',

Review Comment:
   Because I use whether the server exists to determine whether it is supported.
   But the github server does not support the version, so I use a space to replace.



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