Skip to content

Commit

Permalink
refactor: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Nov 22, 2023
1 parent c08ba79 commit e4285ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/frontend/src/types/getObjectType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ const toArraysOfSubjectElement = (
const selectQuestion: types.SelectQuestion[] = [];
const textQuestion: types.TextQuestion[] = [];
const subjects: types.Subject[] = [];
let hint = '';
elements.forEach((element) => {
switch (element.Type) {
case RANK:
Expand Down

0 comments on commit e4285ce

Please sign in to comment.