Skip to content

Commit ff0e594

Browse files
committed
cr
1 parent 23a44f8 commit ff0e594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useGraph.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ export function useGraph(useGraphInput: UseGraphInput) {
363363
newArtifactText += chunk.data.data.chunk[1].content;
364364

365365
// Ensure we have the language to update the artifact with
366-
let artifactLanguage = params.portLanguage || undefined;
366+
const artifactLanguage = params.portLanguage || undefined;
367367

368368
if (newArtifactContentIndex === undefined) {
369369
newArtifactContentIndex = artifact.contents.length + 1;

0 commit comments

Comments
 (0)