Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eltigerchino committed Nov 29, 2024
1 parent 7ec5636 commit b2880fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/runtime/server/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export async function render_data(

// return updated layout data if `parent` is used
if (parent_invalid.size) {
parent_invalid.forEach((i) => invalidated[i] = true);
parent_invalid.forEach((i) => (invalidated[i] = true));
nodes = await Promise.all(functions.map((fn) => fn()).map(handle_load_error));
}

Expand Down

0 comments on commit b2880fa

Please sign in to comment.