Skip to content

Instantly share code, notes, and snippets.

@alexastrum
Created August 3, 2020 16:36
Show Gist options
  • Save alexastrum/eeee54238e32ed698ae7b338229a24a3 to your computer and use it in GitHub Desktop.
Save alexastrum/eeee54238e32ed698ae7b338229a24a3 to your computer and use it in GitHub Desktop.
if (!device.data.uid) {
res.send({
message: "Unclaimed device!",
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment