Skip to content

Commit 6c72e35

Browse files
committed
test: change positions of subjectId and username column to make linter happy with itself
1 parent 52828a9 commit 6c72e35

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/web/src/hooks/useInstrumentVisualization.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ export function useInstrumentVisualization({ params }: UseInstrumentVisualizatio
138138
GroupID: currentGroup ? currentGroup.id : 'root',
139139
// eslint-disable-next-line perfectionist/sort-objects
140140
Date: toBasicISOString(date),
141-
Username: username,
142141
SubjectID: removeSubjectIdScope(params.subjectId),
143142
Username: username,
144143
Variable: `${objKey}-${arrKey}`,
@@ -152,7 +151,6 @@ export function useInstrumentVisualization({ params }: UseInstrumentVisualizatio
152151
GroupID: currentGroup ? currentGroup.id : 'root',
153152
// eslint-disable-next-line perfectionist/sort-objects
154153
Date: toBasicISOString(date),
155-
Username: username,
156154
SubjectID: removeSubjectIdScope(params.subjectId),
157155
Username: username,
158156
Value: objVal,

0 commit comments

Comments
 (0)