Skip to content

Commit 877b004

Browse files
committedJan 11, 2019
Fix govet issue
1 parent 8f28052 commit 877b004

File tree

2 files changed

+2107
-2107
lines changed

2 files changed

+2107
-2107
lines changed
 

‎app/diagnostics.go

+8-8
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ func (a *App) trackActivity() {
174174
"registered_users": userCount,
175175
"active_users": activeUserCount,
176176
"registered_deactivated_users": inactiveUserCount,
177-
"teams": teamCount,
178-
"public_channels": publicChannelCount,
179-
"private_channels": privateChannelCount,
180-
"direct_message_channels": directChannelCount,
181-
"public_channels_deleted": deletedPublicChannelCount,
182-
"private_channels_deleted": deletedPrivateChannelCount,
183-
"posts": postsCount,
184-
"used_apiv3": atomic.LoadInt32(model.UsedApiV3) == 1,
177+
"teams": teamCount,
178+
"public_channels": publicChannelCount,
179+
"private_channels": privateChannelCount,
180+
"direct_message_channels": directChannelCount,
181+
"public_channels_deleted": deletedPublicChannelCount,
182+
"private_channels_deleted": deletedPrivateChannelCount,
183+
"posts": postsCount,
184+
"used_apiv3": atomic.LoadInt32(model.UsedApiV3) == 1,
185185
})
186186

187187
atomic.StoreInt32(model.UsedApiV3, 0)

0 commit comments

Comments
 (0)
Failed to load comments.