commenter_get.go: add TODO comment
This commit is contained in:
parent
b77089388f
commit
a22b49a112
@ -66,5 +66,6 @@ func commenterGetByCommenterToken(commenterToken string) (commenter, error) {
|
|||||||
return commenter{}, errorNoSuchToken
|
return commenter{}, errorNoSuchToken
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: use a join instead of two queries?
|
||||||
return commenterGetByHex(commenterHex)
|
return commenterGetByHex(commenterHex)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user