mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-03 00:27:01 +00:00
bug fix
This commit is contained in:
@@ -159,6 +159,7 @@ export default async function updateLinkById(
|
||||
readable: oldLink?.url !== data.url ? null : undefined,
|
||||
monolith: oldLink?.url !== data.url ? null : undefined,
|
||||
preview: oldLink?.url !== data.url ? null : undefined,
|
||||
lastPreserved: oldLink?.url !== data.url ? null : undefined,
|
||||
indexVersion: null,
|
||||
collection: {
|
||||
connect: {
|
||||
|
||||
Reference in New Issue
Block a user