mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
Add todo comment
This commit is contained in:
@@ -9,6 +9,6 @@ import (
|
||||
|
||||
func userWithIdHasAccessToGivenPerson(ctx context.Context, session neo4j.SessionWithContext, userId, personId int) bool {
|
||||
_, err := session.ExecuteRead(ctx, memgraph.GetPersonById(ctx, userId))
|
||||
|
||||
//TODO
|
||||
return err == nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user