We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1055adb commit 950c330Copy full SHA for 950c330
redisinsight/ui/src/utils/formatters/valueFormatters.tsx
@@ -108,8 +108,8 @@ const formattingBuffer = (
108
}
109
case KeyValueFormat.Pickle: {
110
try {
111
- const parser = new Parser();
112
- const decoded = parser.parse(new Uint8Array(reply.data));
+ const parser = new Parser()
+ const decoded = parser.parse(new Uint8Array(reply.data))
113
114
if (isUndefined(decoded)) {
115
return {
0 commit comments