Skip to content

Commit 1f44a5c

Browse files
committed
Disable eslint error temp
1 parent 63d984c commit 1f44a5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/webapp/src/data/dataLoaders.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ function transformToComplexTeamData(dto: TeamRepositoryDTO): ComplexTeamData {
150150
// ============================================================
151151
// API CALLS (Real Implementation)
152152
// ============================================================
153+
// TODO: Use course and exercise
154+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
153155
async function fetchBasicTeamsFromAPI(_course: string, _exercise: string): Promise<BasicTeamData[]> {
154156
// Note: course and exercise parameters not yet used by backend endpoint
155157
try {
@@ -164,6 +166,8 @@ async function fetchBasicTeamsFromAPI(_course: string, _exercise: string): Promi
164166
}
165167
}
166168

169+
// TODO: Use course and exercise
170+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
167171
async function fetchComplexTeamsFromAPI(_course: string, _exercise: string): Promise<ComplexTeamData[]> {
168172
// Note: course and exercise parameters not yet used by backend endpoint
169173
try {

0 commit comments

Comments
 (0)