Skip to content

Commit dd6d05a

Browse files
Fix a fix
Refs #3184
1 parent a5bd4a5 commit dd6d05a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PreprintReviews/ImportRapidPrereview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const decide = (state: State, input: Input) =>
128128
}),
129129
Data.struct({
130130
...input,
131-
publishedAt: existing.publishedAt.toString(),
131+
publishedAt: input.publishedAt.toString(),
132132
author: Data.struct(input.author),
133133
questions: Data.struct(input.questions),
134134
}),

0 commit comments

Comments
 (0)