Skip to content

Commit ea7535b

Browse files
apply suggestions from code review
1 parent b17b544 commit ea7535b

File tree

4 files changed

+0
-25
lines changed

4 files changed

+0
-25
lines changed

.cspell.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,5 @@
4747
"mixins",
4848
"Explorerdmg",
4949
"heapsnapshot",
50-
"noconflict",
51-
"sparkplugb",
52-
"protojson",
53-
"protobuf",
54-
"tahu",
55-
"Protobufs",
56-
"propertyset",
57-
"datatypes",
58-
"ldelim",
59-
"propertysets",
60-
"protoc",
61-
"cirruslink"
6250
]
6351
}

app/src/components/Sidebar/ValueRenderer/ValueRenderer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class ValueRenderer extends React.Component<Props, State> {
4545
}
4646

4747
const str = Base64Message.toUnicodeString(msg)
48-
4948
try {
5049
JSON.parse(str)
5150
} catch (error) {

app/webpack.config.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,6 @@ module.exports = {
7171
},
7272
],
7373
},
74-
{
75-
test: /\.proto$/,
76-
use: [
77-
{
78-
loader: 'file-loader',
79-
options: {
80-
esModule: false,
81-
},
82-
},
83-
]
84-
},
8574
// {
8675
// test: /\.node$/,
8776
// use: {

backend/src/Model/Base64Message.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { Base64 } from 'js-base64'
32
import { Decoder } from './Decoder'
43

0 commit comments

Comments
 (0)