Skip to content

Commit

Permalink
Fix database connection error
Browse files Browse the repository at this point in the history
Missed this in commit c64f35c.
  • Loading branch information
akadusei committed Jun 23, 2024
1 parent 777c9b2 commit 58df3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/api__private/health/show.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# end

# private def verify_database_connection
# Db::VerifyConnection.new(quiet: LuckyEnv.production?).run_task
# Avram.settings.database_to_migrate.exec("SELECT 1;")
# end

# private def verify_redis_connection
Expand Down

0 comments on commit 58df3b5

Please sign in to comment.