mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
fix(storage): remove extra comma introduced by commit 09fb05a
This commit is contained in:
parent
8142268799
commit
83191b0c1d
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ func (s *Storage) UserByAPIKey(token string) (*model.User, error) {
|
||||||
media_playback_rate,
|
media_playback_rate,
|
||||||
u.block_filter_entry_rules,
|
u.block_filter_entry_rules,
|
||||||
u.keep_filter_entry_rules,
|
u.keep_filter_entry_rules,
|
||||||
u.always_open_external_links,
|
u.always_open_external_links
|
||||||
FROM
|
FROM
|
||||||
users u
|
users u
|
||||||
LEFT JOIN
|
LEFT JOIN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue