Skip to content

Commit 64adf9d

Browse files
committed
.
1 parent c0b548d commit 64adf9d

File tree

1 file changed

+1
-1
lines changed
  • packages/kit/src/core/sync/write_types/write_api

1 file changed

+1
-1
lines changed

packages/kit/src/core/sync/write_types/write_api/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export function write_api(config, manifest_data) {
198198
function parseSlugs(str) {
199199
let changed;
200200
let index = 0;
201-
let validators = [];
201+
const validators = [];
202202
do {
203203
changed = false;
204204
if (str.search(/\/?\[\[.*?\]\]/) !== -1) {

0 commit comments

Comments
 (0)