Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jan 24, 2023
1 parent 05a1826 commit f5d0ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/runtime/server/page/render.js
Expand Up @@ -173,7 +173,7 @@ export async function render_response({
return base + path;
}
return `${resolved_assets}/${path}`;
}
};

const serialized = { data: '', form: 'null', error: 'null' };

Expand Down

0 comments on commit f5d0ac6

Please sign in to comment.