summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/sql_channel_store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/sql_channel_store.go b/store/sql_channel_store.go
index 9f1e157d8..07e39df34 100644
--- a/store/sql_channel_store.go
+++ b/store/sql_channel_store.go
@@ -543,7 +543,7 @@ func (s SqlChannelStore) UpdateNotifyLevel(channelId, userId, notifyLevel string
ChannelMembers
SET
NotifyLevel = ?,
- LastUpdateAt = ?
+ LastUpdateAt = ?
WHERE
UserId = ?
AND ChannelId = ?`,