Skip to content

Commit 98d173e

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 94c49a3 commit 98d173e

File tree

1 file changed

+2
-2
lines changed
  • Source/Function/Table/Layout/Request

1 file changed

+2
-2
lines changed

Source/Function/Table/Layout/Request/Set.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export default async (WHERE: string, Set: any): Promise<any> => {
2525
},
2626
);
2727
} catch (_Error) {
28-
console.log(_Error);
29-
}
28+
console.log(_Error);
29+
}
3030

3131
return RETURN;
3232
};

0 commit comments

Comments
 (0)