DEV: Fix typo

Follow-up to 0a85a7aef9.
This commit is contained in:
Dan Ungureanu 2020-04-29 12:38:36 +03:00
parent 0a85a7aef9
commit 7a946b9f5c
No known key found for this signature in database
GPG Key ID: 0AA2A00D6ACC8B84

View File

@ -13,7 +13,7 @@ module Jobs
HEADER_ATTRS_FOR ||= HashWithIndifferentAccess.new(
user_archive: ['topic_title', 'categories', 'is_pm', 'post', 'like_count', 'reply_count', 'url', 'created_at'],
user_archive_profile: ['loncation', 'website', 'bio', 'views'],
user_archive_profile: ['location', 'website', 'bio', 'views'],
user_list: ['id', 'name', 'username', 'email', 'title', 'created_at', 'last_seen_at', 'last_posted_at', 'last_emailed_at', 'trust_level', 'approved', 'suspended_at', 'suspended_till', 'silenced_till', 'active', 'admin', 'moderator', 'ip_address', 'staged', 'secondary_emails'],
user_stats: ['topics_entered', 'posts_read_count', 'time_read', 'topic_count', 'post_count', 'likes_given', 'likes_received'],
user_profile: ['location', 'website', 'views'],