fix another sentry error
This commit is contained in:
parent
17ccc22fbe
commit
65aece922c
|
@ -123,7 +123,7 @@ module Travis
|
||||||
end
|
end
|
||||||
|
|
||||||
def owner_key(feature, owner)
|
def owner_key(feature, owner)
|
||||||
suffix = owner.class.table_name
|
suffix = owner.class.table_name if owner
|
||||||
"#{key(feature)}:#{suffix}"
|
"#{key(feature)}:#{suffix}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user