Skip to content

Commit 9f96342

Browse files
committed
minor cleanup
1 parent f25b3f4 commit 9f96342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/map-projects/MapProject.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,11 +1619,11 @@ const MapProject = () => {
16191619
metadata: rowData.metadata,
16201620
candidates: _candidates,
16211621
bridgeCandidates: _bridgeCandidates,
1622-
model: AIModel
1622+
model: AIModel,
16231623
}
16241624
const service = APIService.new()
16251625
service.URL = AI_ASSISTANT_API_URL
1626-
service.appendToUrl('/match/recommend/').post(payload, null, ).then(response => {
1626+
service.appendToUrl('/match/recommend/').post(payload).then(response => {
16271627
if(response?.detail) {
16281628
setAlert({message: response.detail, severity: 'error'})
16291629
return

0 commit comments

Comments
 (0)