Timothy J. Baek 6 hónapja
szülő
commit
a89d29db9c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/lib/components/chat/Messages/Citations.svelte

+ 1 - 1
src/lib/components/chat/Messages/Citations.svelte

@@ -54,7 +54,7 @@
 				}
 
 				if (id.startsWith('http://') || id.startsWith('https://')) {
-					source = { ..source, url: id };
+					source = { ...source, url: id };
 				}
 
 				const existingSource = acc.find((item) => item.id === id);