Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kasugaijin committed Dec 23, 2023
1 parent 4f5bc5f commit e88cd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/organizations/default_pet_task_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def initialize(pet)
@default_pet_tasks = DefaultPetTask.all
end

def default_tasks_array
def default_tasks_array
@default_pet_tasks.map do |task|
{
pet_id: @pet.id,
Expand Down

0 comments on commit e88cd5f

Please sign in to comment.