From c088a4202dab065dbaf7e7b0c302d087ab2dd0a3 Mon Sep 17 00:00:00 2001 From: difanta Date: Thu, 25 May 2023 03:03:52 +0200 Subject: [PATCH] . --- packages/kit/src/core/sync/write_types/write_api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kit/src/core/sync/write_types/write_api/index.js b/packages/kit/src/core/sync/write_types/write_api/index.js index 7d63d2badeb40..3ee943c33be5d 100644 --- a/packages/kit/src/core/sync/write_types/write_api/index.js +++ b/packages/kit/src/core/sync/write_types/write_api/index.js @@ -198,7 +198,7 @@ export function write_api(config, manifest_data) { function parseSlugs(str) { let changed; let index = 0; - let validators = []; + const validators = []; do { changed = false; if (str.search(/\/?\[\[.*?\]\]/) !== -1) {