From Redis to Postgres - Part 3 (Bugfixes, first try)
[gruntmaster-page.git] / lib / Gruntmaster / Page / Src.pm
index e54e79f9840508f0cb696de534054fd765db511c..4fc2550dc9b2d9c0fcc2889a9331409e74d78301 100644 (file)
@@ -13,8 +13,8 @@ use constant CONTENT_TYPES => +{
 };
 
 sub generate{
-       my ($self, $format, $env, $ct, $job, $ext) = @_;
-       debug $env => "Contest is $ct, job is $job and extension is $ext";
+       my ($self, $format, $env, $job, $ext) = @_;
+       debug $env => "Job is $job and extension is $ext";
 
        [200, ['Content-Type' => CONTENT_TYPES->{$ext}, 'Cache-Control' => 'max-age=604800', 'X-Forever' => 1], [db($env)->job($job)->source] ]
 }
This page took 0.009224 seconds and 4 git commands to generate.