mirror of
https://github.com/go-shiori/shiori.git
synced 2025-10-06 11:36:16 +08:00
Revert unneeded change
This commit is contained in:
parent
5bea3de59b
commit
8b31568eaf
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ func (db *SQLiteDatabase) UpdateBookmarks(bookmarks []model.Bookmark) (result []
|
||||||
stmtUpdateBookmarkContent.MustExec(
|
stmtUpdateBookmarkContent.MustExec(
|
||||||
book.Title,
|
book.Title,
|
||||||
book.Content,
|
book.Content,
|
||||||
string(book.HTML),
|
book.HTML,
|
||||||
book.ID)
|
book.ID)
|
||||||
|
|
||||||
newTags := []model.Tag{}
|
newTags := []model.Tag{}
|
||||||
|
|
Loading…
Add table
Reference in a new issue