fix another sentry error

This commit is contained in:
Renée Hendricksen 2016-08-14 20:35:11 -04:00
parent 17ccc22fbe
commit 65aece922c

View File

@ -123,7 +123,7 @@ module Travis
end
def owner_key(feature, owner)
suffix = owner.class.table_name
suffix = owner.class.table_name if owner
"#{key(feature)}:#{suffix}"
end