Fix latest credential event timestamp UTC formatting
This commit is contained in:
@@ -3316,7 +3316,7 @@ function formatCredentialRow(row) {
|
||||
status_code: row.latest_event_status_code,
|
||||
message: row.latest_event_message,
|
||||
metadata,
|
||||
created_at: row.latest_event_at
|
||||
created_at: sqliteTimestampToUTC(row.latest_event_at)
|
||||
};
|
||||
} else {
|
||||
formatted.latest_event = null;
|
||||
|
||||
Reference in New Issue
Block a user