.
This commit is contained in:
parent
3b8869dfb4
commit
1b6a0dbd26
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ MongoClient.connect(mongoUri, function(err, db){
|
|||
date: data,
|
||||
ip: slog[2],
|
||||
class: classip,
|
||||
orgname: orgname,
|
||||
netname: netname,
|
||||
orgname: data.orgName,
|
||||
netname: data.netName,
|
||||
}, function(err, r){
|
||||
if( err ){
|
||||
console.log(err);
|
||||
|
|
Loading…
Add table
Reference in a new issue