From fb7e1b7cfb2d8fc86c69c83f0ee059f937ca64e0 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 28 Sep 2015 13:53:08 +0300 Subject: [PATCH] Remove problem_full as it does not exist anymore --- lib/Gruntmaster/Daemon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Gruntmaster/Daemon.pm b/lib/Gruntmaster/Daemon.pm index e96690e..03810ba 100644 --- a/lib/Gruntmaster/Daemon.pm +++ b/lib/Gruntmaster/Daemon.pm @@ -105,7 +105,7 @@ sub process{ sub process_job { my ($job) = @_; - my $pb = problem_full($job->{problem}); + my $pb = db()->select('problems', '*', {id => $job->{problem}})->hash; my $meta = { problem => $job->{problem}, files => { -- 2.30.2