Skip to content

Commit

Permalink
🔘
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 22, 2021
1 parent 903a71c commit b05d093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ yarn-error.log*

data/
out.json
examples/follow.js
2 changes: 1 addition & 1 deletion db.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RETURN count(user);
MATCH (user:User)
WHERE exists(user.authToken)
RETURN user;
RETURN user.authToken,user.user_id,user.deviceId;
MATCH (user:User)
WHERE exists(user.phone_number)
Expand Down

0 comments on commit b05d093

Please sign in to comment.