mirror of
https://gitlab.com/commento/commento.git
synced 2026-06-17 09:55:27 -04:00
commenter_get.go: add TODO comment
This commit is contained in:
@@ -66,5 +66,6 @@ func commenterGetByCommenterToken(commenterToken string) (commenter, error) {
|
||||
return commenter{}, errorNoSuchToken
|
||||
}
|
||||
|
||||
// TODO: use a join instead of two queries?
|
||||
return commenterGetByHex(commenterHex)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user