Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Removed encryption on ntf...
Browse files Browse the repository at this point in the history
- Fixes #10
- Fixes #11
  • Loading branch information
dprosper committed Mar 11, 2019
1 parent 0587b3b commit c6806d3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified dqlexplorer.nsf
Binary file not shown.
Binary file modified dqlexplorer.ntf
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dql-explorer",
"version": "0.2.3",
"version": "0.2.4",
"author": "Dimitri Prosper <dimitri_prosper@us.ibm.com>",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/querybuilder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class QueryBuilderApp extends React.Component {

axios
.get(
`${context}runDQLExplain2?openagent&query=${escape(
`${context}runDQLExplain?openagent&query=${escape(
dqlquery
)}&fields=${fields}&database=${filepath}`,
{},
Expand Down

0 comments on commit c6806d3

Please sign in to comment.