Skip to content

Commit

Permalink
Last Fix of routes.rb issues
Browse files Browse the repository at this point in the history
Its ready for merge.
  • Loading branch information
gorsyan committed Dec 21, 2023
1 parent 11ec4ed commit c7b18c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/sequenceserver/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,11 @@ def update_searchdata_from_job(searchdata)
searchdata[:options][method]['last search'] = [job.advanced]
end
end

private

def fetch_job(job_id)
Job.fetch(job_id)
end
def fetch_job(job_id)
Job.fetch(job_id)
end
end
end

0 comments on commit c7b18c1

Please # to comment.