Skip to content

Commit

Permalink
Add date to dialogflow report
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgodfrey committed Nov 17, 2023
1 parent 4c5c2a0 commit 282bd94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions my-app/src/pages/api/mongo/event/add-dialogflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default async function handler(req, res) {
const eventDetails = {
status: 'Reported',
publicType,
reportedDate: new Date(),
publicBiofoulingRating,
publicLocationDesc,
publicLatLongOrPositionDesc,
Expand Down

0 comments on commit 282bd94

Please sign in to comment.