Skip to content

Commit

Permalink
fix: isostring
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Sep 7, 2023
1 parent 511c619 commit 4e362d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ export const PublicationData = (props: {
paperaccepted: acceptedDate || '',
// funding: data?.supportingAgencies?.en_US || '',

paperpublished: publishedDate?.toISOString() || '',
// @ts-expect-error AAA
paperpublished: publishedDate || '',
})
}, [data, files])

Expand Down

1 comment on commit 4e362d3

@vercel
Copy link

@vercel vercel bot commented on 4e362d3 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.