Skip to content

Commit 56c5aaa

Browse files
committed
backend: run "npm run format"
1 parent 777bb4a commit 56c5aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: backend/src/shared/services/formater.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export class FormatService {
114114

115115
const isArrayOfValues = Array.isArray(value);
116116
const subjectValues = isArrayOfValues ? value : [value];
117-
const finalValues = subjectValues.map(subjectValue => {
117+
const finalValues = subjectValues.map((subjectValue) => {
118118
if (mapto[subjectValue]) {
119119
// If the mapping value is specific for a metadata field then apply it only to the specified metadata field,
120120
// otherwise apply it to all

0 commit comments

Comments
 (0)