Skip to content

Commit 95c5d4f

Browse files
committed
backend: run npm format
1 parent effc403 commit 95c5d4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/src/shared/services/formater.service.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ export class FormatService {
9090
if (addOn) {
9191
if (typeof value === 'string' || value instanceof String) {
9292
if (addOn == 'country')
93-
value = value
94-
.split(',')
95-
.map((d) => this.mapIsoToCountry(d.trim()));
93+
value = value.split(',').map((d) => this.mapIsoToCountry(d.trim()));
9694
if (addOn == 'language')
9795
value = value
9896
.split(',')

0 commit comments

Comments
 (0)