Skip to content

Commit

Permalink
chore: add missing semi colons
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Oct 8, 2024
1 parent 9f2f558 commit 977eafa
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,12 @@ export const load = (async ({ fetch, params }) => {
measureSelectOptions[selectField.field] = Object.entries(data).map(([key, value]) => ({
label: value,
value: key
}))

}));
} else {
console.error(`Failed to fetch data for ${selectField.field}: ${response.statusText}`);
}
})
)
);
}

measureModel['selectOptions'] = measureSelectOptions;
Expand Down

0 comments on commit 977eafa

Please sign in to comment.