Skip to content

Commit 9626836

Browse files
committed
chore: const
1 parent 9ae2459 commit 9626836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-rsc/src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ function serializeValueWithRuntime(value: any) {
13001300
2,
13011301
)
13021302

1303-
for (let [placeholder, runtime] of replacements) {
1303+
for (const [placeholder, runtime] of replacements) {
13041304
result = result.replace(`"${placeholder}"`, runtime)
13051305
}
13061306

0 commit comments

Comments
 (0)