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 b4fc263 commit a9818ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/routes/zt_registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const addZeroTierMember = async (address, name, description) => {
name: name
})
})
console.log("Member added successfully.", response);
console.log("Member added successfully.", JSON.stringify(response));
return response
} catch (e) {
console.log("Error: ", e)
Expand Down

0 comments on commit a9818ca

Please sign in to comment.