We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0793e6f commit 1228a4fCopy full SHA for 1228a4f
src/management/identities/identities.service.ts
@@ -334,7 +334,7 @@ export class IdentitiesService extends AbstractServiceSchema {
334
if (obj[key] === null) {
335
obj[key] = '';
336
} else if (typeof obj[key] === 'object') {
337
- console.log('key', key);
+ // console.log('key', key);
338
obj[key] = this.transformNullsToString(obj[key]);
339
}
340
0 commit comments