CamilleTeruel commented on code in PR #4802:
URL:
https://github.com/apache/incubator-devlake/pull/4802#discussion_r1150898268
##########
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:
Done
--
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]