Skip to content

Commit

Permalink
Revert "Fixing the error in values tab"
Browse files Browse the repository at this point in the history
Reverting the above mentioned commit as it pertains to the jira LANTERN-586
This reverts commit 442a7b0.
  • Loading branch information
archita-ekkirala committed Jul 24, 2024
1 parent 442a7b0 commit 72ec28a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shinydashboard/lantern/functions/endpoints.R
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,6 @@ 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 72ec28a

Please sign in to comment.