Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpeng02 committed May 14, 2024
1 parent a4d8480 commit 558fb11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/features/Train/redux/trainspaceApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const trainspaceApi = backendApi
data_source: trainspaceData.dataSource,
dataset_data: trainspaceData.datasetData,
review_data: trainspaceData.reviewData,
// model_id: not implemented yet
// TODO: add model_id
},
}),
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ export async function handler<APIGatewayProxyHandlerV2>(
},
},
...(Object.keys(review_data).length && { review_data }),
// model_id: { S: eventBody["model_id"] }, # to be implemented
// results_s3: { S: eventBody["results_s3"] }, # not needed
// model_id: { S: eventBody["model_id"] }, # TODO: add model_id
status: { S: TrainStatus.QUEUED },
},
});
Expand Down

0 comments on commit 558fb11

Please sign in to comment.