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 27b21b6 commit f68b795Copy full SHA for f68b795
src/api/Tools.ts
@@ -321,7 +321,7 @@ export namespace Tools {
321
if (str.trim().length === 0) return ``;
322
323
// If column is SRCDTA, always return as string.
324
- if (col && col === `SRCDTA`) return str;
+ if (col === `SRCDTA`) return str;
325
326
// The number is already generated on the server.
327
// So, we assume that if the string starts with a 0, it is a string.
0 commit comments