fix(build): replace invalid UTF-8 character in API comment #452

Merged
jmiller merged 1 commits from fix/utf8-comment into dev 2026-06-04 12:38:23 +00:00
+1 -1
View File
@@ -1655,7 +1655,7 @@ func Routes() *web.Router {
// })
// })
// })
// TODO: custom-fields API routes handler not yet implemented
// TODO: custom-fields API routes - handler not yet implemented
// m.Group("/custom-fields", func() { ... })
// m.Group("/issues/{index}/custom-fields", func() { ... })
}, repoAssignment(), checkTokenPublicOnly())