Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Update assessmentmodel-sdk/src/main/java/org/sagebionetworks/bridge/a…
Browse files Browse the repository at this point in the history
…ssessmentmodel/upload/AssessmentResultArchiveUploader.kt

Co-authored-by: Erin-Mounts <[email protected]>
  • Loading branch information
nategbrown9 and Erin-Mounts authored Sep 23, 2021
1 parent ce4f6ae commit 468df09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ abstract class AssessmentResultArchiveUploader(

val uploadMetadata: Map<String, JsonElement> = mapOf(
"instanceGuid" to JsonPrimitive(assessmentInstanceId),
"eventTimeStamp" to JsonPrimitive(eventTimestamp)
"eventTimestamp" to JsonPrimitive(eventTimestamp)
)


Expand Down

0 comments on commit 468df09

Please sign in to comment.