Skip to content

Instantly share code, notes, and snippets.

@dperussina
Created August 12, 2019 19:23
Show Gist options
  • Save dperussina/6919213afad669146b7253d77409aa7e to your computer and use it in GitHub Desktop.
Save dperussina/6919213afad669146b7253d77409aa7e to your computer and use it in GitHub Desktop.
SQL(query2, function (err, reply) {
if (err) {
ERRORS.push({
source: 'exec insertAddressPoints2',
stack: reply,
data: e,
query: query2
});
U.errorLn('insertAddress', query2);
next(true, reply);
return;
}
next(false);
});
next(false);
// SQL(query2, function (err, reply) {
// if (err) {
// ERRORS.push({
// source: 'exec insertAddressPoints2',
// stack: reply,
// data: e,
// query: query2
// });
// U.errorLn('insertAddress', query2);
// next(true, reply);
// return;
// }
// next(false);
// });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment