From 83191b0c1d874c04e3d8c4558af77779a9fe6bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 25 May 2025 13:29:31 -0700 Subject: [PATCH] fix(storage): remove extra comma introduced by commit 09fb05a --- internal/storage/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/storage/user.go b/internal/storage/user.go index c1c3f00d..97d69756 100644 --- a/internal/storage/user.go +++ b/internal/storage/user.go @@ -500,7 +500,7 @@ func (s *Storage) UserByAPIKey(token string) (*model.User, error) { media_playback_rate, u.block_filter_entry_rules, u.keep_filter_entry_rules, - u.always_open_external_links, + u.always_open_external_links FROM users u LEFT JOIN