Skip to content

Commit ce61851

Browse files
committed
Fixed jsonstream library letter case
Signed-off-by: Omkar Phansopkar <[email protected]>
1 parent a138e17 commit ce61851

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

package-lock.json

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"@types/c3": "^0.7.8",
4141
"@types/d3": "^7.4.0",
4242
"@types/jquery": "^3.5.14",
43-
"@types/jsonstream": "^0.8.30",
4443
"@types/node": "^18.8.0",
4544
"@types/react": "^18.0.21",
4645
"@types/react-dom": "^18.0.6",

src/services/workbenchDB.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
import fs from "fs";
3030
import path from "path";
3131
import { toast } from "react-toastify";
32-
import JSONStream from "jsonstream";
32+
import JSONStream from "JSONStream";
3333
import { DataNode } from "rc-tree/lib/interface";
3434
import { DatabaseStructure, newDatabase } from "./models/database";
3535

0 commit comments

Comments
 (0)