Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
difanta committed May 28, 2023
1 parent 4dbc8d4 commit 3e06b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/core/sync/write_types/write_api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3e06b2f

Please sign in to comment.