Skip to content

Commit

Permalink
restrict to valid fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth Phillips authored and Elizabeth Phillips committed Mar 19, 2020
1 parent c322205 commit 397e312
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions convertJSONScript.js
Expand Up @@ -3,8 +3,6 @@ const createData = require('./lib/createData');

const parse = async (id,parsed,client,company_name)=> {
try {
// let SQL = '';

if(parsed.length>2) {
let json = JSON.parse(parsed);
const { fields, sql_values, values } = createData(json);
Expand Down

0 comments on commit 397e312

Please sign in to comment.