1
0
Timothy J. Baek 8 сар өмнө
parent
commit
a89d29db9c

+ 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);