Skip to content

Commit

Permalink
LANTERN-586: Fixing the error shown in values tab
Browse files Browse the repository at this point in the history
  • Loading branch information
archita-ekkirala committed Jul 24, 2024
1 parent 2a5af62 commit 6f848d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shinydashboard/lantern/functions/endpoints.R
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,7 @@ database_fetcher <- reactive({
app_data$http_pct(get_http_response_summary_tbl(db_tables))
app_data$endpoint_resource_types(get_fhir_resource_types(db_connection))
app_data$capstat_fields(get_capstat_fields(db_connection))
app_data$capstat_values(get_capstat_values(db_connection))
app_data$supported_profiles(get_supported_profiles(db_connection))
app_data$last_updated(now("UTC"))
app_data$security_endpoints(get_security_endpoints(db_connection))
Expand Down

0 comments on commit 6f848d9

Please sign in to comment.