We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c01d0 commit c954dc6Copy full SHA for c954dc6
2 files changed
OpenFlow/src/DatabaseConnection.ts
@@ -290,8 +290,10 @@ export class DatabaseConnection {
290
if (orderby) {
291
if (typeof orderby === "string" || orderby instanceof String) {
292
var neworderby = null;
293
+ console.log(orderby);
294
try {
295
neworderby = JSON.parse((orderby as string));
296
+ console.log(neworderby);
297
mysort = neworderby;
298
} catch (error) {
299
}
VERSION
@@ -1 +1 @@
1
-0.0.538
+0.0.539
0 commit comments