keon94 commented on code in PR #4802:
URL: 
https://github.com/apache/incubator-devlake/pull/4802#discussion_r1150841334


##########
backend/server/services/remote/models/conversion.go:
##########
@@ -118,8 +119,10 @@ func getGoType(schema map[string]any) (reflect.Type, 
errors.Error) {
        case "boolean":
                goType = reflect.TypeOf(false)
        case "string":
-               //TODO: distinguish stypes based on string format
+               //TODO: distinguish types based on string format

Review Comment:
   I think we can remove this TODO



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to