Skip to content

Commit

Permalink
Fixed jsonstream library letter case
Browse files Browse the repository at this point in the history
Signed-off-by: Omkar Phansopkar <[email protected]>
  • Loading branch information
OmkarPh committed Apr 13, 2023
1 parent a138e17 commit ce61851
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@types/c3": "^0.7.8",
"@types/d3": "^7.4.0",
"@types/jquery": "^3.5.14",
"@types/jsonstream": "^0.8.30",
"@types/node": "^18.8.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src/services/workbenchDB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
import fs from "fs";
import path from "path";
import { toast } from "react-toastify";
import JSONStream from "jsonstream";
import JSONStream from "JSONStream";
import { DataNode } from "rc-tree/lib/interface";
import { DatabaseStructure, newDatabase } from "./models/database";

Expand Down

0 comments on commit ce61851

Please sign in to comment.