From aaaf699bcf98123f2360972122a4de551be75b0d Mon Sep 17 00:00:00 2001 From: carlad Date: Fri, 29 Jul 2016 13:51:24 +0200 Subject: [PATCH] add comment --- lib/travis/api/v3/queries/log.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/travis/api/v3/queries/log.rb b/lib/travis/api/v3/queries/log.rb index d9d86892..f93ff92d 100644 --- a/lib/travis/api/v3/queries/log.rb +++ b/lib/travis/api/v3/queries/log.rb @@ -1,6 +1,8 @@ module Travis::API::V3 class Queries::Log < Query def find(job) + #TODO check for the log in the DB, and then fetch it from S3 if not. + job.log end end