Compare commits

..

No commits in common. "2c43149c9efdedacaebc11701d3741000768ca0c" and "f0af3ec7f2a2782cbb89be9916263607357d4720" have entirely different histories.

View File

@ -333,7 +333,6 @@ func GetUserFavoriteNodeWithPagination(ctx context.Context, driver neo4j.DriverW
MATCH (a:AnthrovePost)<-[r:REFERENCE]-(s:Source)
WHERE a.post_id in faves
RETURN a AS anthrovePost, r AS postRelation, s AS Source
ORDER BY id(a) ASC
`
params := map[string]any{
"anthrove_user_id": anthroveUserID,