Skip to content

Commit

Permalink
Remove a FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed Jul 30, 2024
1 parent a2ff241 commit aa6a387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/App/Yath/Server/Controller/Lookup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ sub lookup_job {
my $job = $rs->find_by_id_or_uuid($lookup);
return () unless $job;

# FIXME: Make sure getitng only a specific job_try_id works
return (
$self->lookup_run($job->run_id, $state),
encode_json({type => 'job', data => $job->glance_data(try_id => $try_id)}) . "\n",
Expand Down

0 comments on commit aa6a387

Please sign in to comment.