Skip to content

Commit

Permalink
chore(linter): run
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Aug 21, 2024
1 parent eb4eb79 commit f8b9321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/create-instrument/api/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const loader: LoaderFunction =
async (): Promise<CreateInstrumentLoader> => {
const instrumentTypesRequest =
await getInstrumentTypes.getInstrumentTypes();
let instrumentTypes = instrumentTypesRequest.data.content;
const instrumentTypes = instrumentTypesRequest.data.content;

let materials: Materials = [];
await axios
Expand Down

0 comments on commit f8b9321

Please sign in to comment.