Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jun 17, 2021
1 parent 5e8e83e commit 42ac287
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
.replace(/&/g, '","')
.replace(/=/g, '":"')}"}`,
);
} // else if (update.parameters) {
// update.parameters.query = {};
// }
}

if (db?.id) {
if (update?.extra_json) {
Expand Down

0 comments on commit 42ac287

Please sign in to comment.