Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurvir committed Apr 8, 2024
1 parent bec3191 commit 95ee9c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions services/AI.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,6 @@ class AI {
}
else delete responseMessage.intent.fulfillment.stops[0].location.polygon;

}
else{

}

return responseMessage
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/controllers/bot.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe('Test cases for Google maps', () => {
polygon: polygon
})

const get_polygon = await db.get_session('123')
await db.get_session('123')
})
})

0 comments on commit 95ee9c2

Please sign in to comment.