fix another sentry error
This commit is contained in:
parent
17ccc22fbe
commit
65aece922c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user