Skip to content

Commit

Permalink
add comment for perticular function
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourav-Tekdi committed Jul 10, 2024
1 parent 43099dc commit c2a13f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/adapters/postgres/user-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ export class PostgresUserService implements IServicelocator {
}

let getUserIdUsingCustomFields;

//If source config in source details from fields table is not exist then return false
if (Object.keys(searchCustomFields).length > 0) {
getUserIdUsingCustomFields = await this.fieldsService.filterUserUsingCustomFields(searchCustomFields);
if (getUserIdUsingCustomFields.length == 0) {
Expand Down

0 comments on commit c2a13f7

Please sign in to comment.