Skip to content

Commit

Permalink
debug use of user function
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jun 21, 2024
1 parent 001c58c commit 6760633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions handlers/userFunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ var dataHandlers = require('./dataHandlers.js');
function userFunction(token) {
return new Promise(function(res, rej) {
dataHandlers.User.forLogin(token.email).then((x)=>{
console.log(token)
console.log(x)
if (x.length <= 0) {
if (ALLOW_PUBLIC) {
const publicToken = {};
Expand Down

0 comments on commit 6760633

Please sign in to comment.