We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a93249 commit cc27ae2Copy full SHA for cc27ae2
src/collections/infra/repositories/transformers/collectionTransformers.ts
@@ -32,7 +32,7 @@ const transformPayloadToCollection = (collectionPayload: CollectionPayload): Col
32
const transformInputLevelsPayloadToInputLevels = (
33
inputLevelsPayload: CollectionInputLevelPayload[]
34
): CollectionInputLevel[] => {
35
- let collectionInputLevels: CollectionInputLevel[] = []
+ const collectionInputLevels: CollectionInputLevel[] = []
36
inputLevelsPayload.forEach((element) => {
37
collectionInputLevels.push({
38
datasetFieldName: element.datasetFieldTypeName,
0 commit comments