Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function callback(data) {
  2. report_uuid.push({
  3. ip: ip_address,
  4. id: data.rows[0].report_id
  5. });
  6.  
  7. //console.log(report_uuid);
  8.  
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement