Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvaiyanidhi committed Dec 16, 2024
1 parent 5751047 commit 98234dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/controllers/country_state_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export default class extends Controller {
this.updateStates();
}
}
}
}
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

# Application Scope
resources :country_states, only: [:index]
resources :country_states, only: [:index]

root "root#index"
get "/up", to: "root#up" # Health check endpoint to let Kamal know the app is up
Expand Down

0 comments on commit 98234dc

Please sign in to comment.