From 0e9e49925289e4ada749799519bf2704a55c58ae Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Tue, 27 Sep 2022 07:53:25 +0200 Subject: [PATCH] Linter --- syncapi/storage/sqlite3/notification_data_table.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/syncapi/storage/sqlite3/notification_data_table.go b/syncapi/storage/sqlite3/notification_data_table.go index 0c193d42c..101749b76 100644 --- a/syncapi/storage/sqlite3/notification_data_table.go +++ b/syncapi/storage/sqlite3/notification_data_table.go @@ -43,11 +43,11 @@ func NewSqliteNotificationDataTable(db *sql.DB, streamID *StreamIDStatements) (t } type notificationDataStatements struct { - db *sql.DB - streamIDStatements *StreamIDStatements - upsertRoomUnreadCounts *sql.Stmt - selectUserUnreadCountsForRooms *sql.Stmt - selectMaxID *sql.Stmt + db *sql.DB + streamIDStatements *StreamIDStatements + upsertRoomUnreadCounts *sql.Stmt + selectMaxID *sql.Stmt + //selectUserUnreadCountsForRooms *sql.Stmt } const notificationDataSchema = `