Skip to content

Commit

Permalink
Merge pull request #197 from souravbhowmik1999/UserData
Browse files Browse the repository at this point in the history
Cohort: Update Cohort Data
  • Loading branch information
Sourav-Tekdi authored Jun 5, 2024
2 parents c720e57 + 2c317e3 commit 94fddfc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/adapters/postgres/user-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,6 @@ export class PostgresUserService implements IServicelocator {

if (Array.isArray(data.value) === true) {
let dataArray = [];
for (let value of data.value) {
dataArray.push(value.toLowerCase().replace(/ /g, '_'));
}
data.value = dataArray.join(',');
}

Expand Down

0 comments on commit 94fddfc

Please sign in to comment.