Skip to content

Commit c954dc6

Browse files
committed
111
1 parent 04c01d0 commit c954dc6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

OpenFlow/src/DatabaseConnection.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,10 @@ export class DatabaseConnection {
290290
if (orderby) {
291291
if (typeof orderby === "string" || orderby instanceof String) {
292292
var neworderby = null;
293+
console.log(orderby);
293294
try {
294295
neworderby = JSON.parse((orderby as string));
296+
console.log(neworderby);
295297
mysort = neworderby;
296298
} catch (error) {
297299
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.538
1+
0.0.539

0 commit comments

Comments
 (0)