Item from table
This commit is contained in:
@@ -17,6 +17,7 @@ var members_action = {
|
||||
if (result.rowCount > 0 ){
|
||||
result.rows.map( (rw)=>{
|
||||
console.log(rw);
|
||||
console.log(rw["uid"]);
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user