From b10eb9e56a554a3f91f5f7ce0a576e13698bc8bf Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg <maxwell@joindiaspora.com> Date: Sat, 14 Jan 2012 01:12:16 -0800 Subject: [PATCH] we do not need to require this file here. sorry about that --- app/models/jobs/fetch_webfinger.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/jobs/fetch_webfinger.rb b/app/models/jobs/fetch_webfinger.rb index 0b4aec6d88..3b387b6bf2 100644 --- a/app/models/jobs/fetch_webfinger.rb +++ b/app/models/jobs/fetch_webfinger.rb @@ -2,7 +2,6 @@ # licensed under the Affero General Public License version 3 or later. See # the COPYRIGHT file. -require 'lib/webfinger' module Jobs class FetchWebfinger < Base @queue = :socket_webfinger -- GitLab