This commit is contained in:
Yoonji Shin 2015-12-04 15:02:09 -08:00
Родитель d66fc0089e
Коммит 5627a9bc7e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -85,7 +85,7 @@ module ApplicationInsights
end
# Gets the account_id property.
def auth_id
def auth_user_id
@values.fetch('ai.user.authUserId') {
@values['ai.user.authUserId'] = nil
}