Skip to content

Commit

Permalink
tmp debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Aug 1, 2024
1 parent a9818ca commit b0a537f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/src/routes/zt_registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ const addZeroTierMember = async (address, name, description) => {
name: name
})
})
console.log("Member added successfully.", JSON.stringify(response));
return response
console.log("Member added successfully. response");
return respond(200)
} catch (e) {
console.log("Error: ", e)
return e
throw respond(401, e)
}
}

Expand Down

0 comments on commit b0a537f

Please sign in to comment.