We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a44f8 commit ff0e594Copy full SHA for ff0e594
src/hooks/useGraph.tsx
@@ -363,7 +363,7 @@ export function useGraph(useGraphInput: UseGraphInput) {
363
newArtifactText += chunk.data.data.chunk[1].content;
364
365
// Ensure we have the language to update the artifact with
366
- let artifactLanguage = params.portLanguage || undefined;
+ const artifactLanguage = params.portLanguage || undefined;
367
368
if (newArtifactContentIndex === undefined) {
369
newArtifactContentIndex = artifact.contents.length + 1;
0 commit comments