Skip to content

Commit

Permalink
fix: comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja committed Nov 6, 2024
1 parent a67d20a commit 711e1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyper-log-catcher/HyperLogger.res
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ let logFileToObj = logFile => {
}->JSON.Encode.string,
),
("source", logFile.source->convertToScreamingSnakeCase->JSON.Encode.string),
("version", logFile.version->JSON.Encode.string), // repoversion of orca-android
("version", logFile.version->JSON.Encode.string),
("value", logFile.value->JSON.Encode.string),
("internal_metadata", logFile.internalMetadata->JSON.Encode.string),
("session_id", logFile.sessionId->JSON.Encode.string),
Expand Down

0 comments on commit 711e1dd

Please sign in to comment.