Skip to content

Commit

Permalink
Cohort: Update Cohort Data
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourav-Tekdi committed Jun 5, 2024
1 parent c720e57 commit 2c317e3
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 2c317e3

Please sign in to comment.