Skip to content

Commit 835da3f

Browse files
authored
remove accidental export (#3281)
1 parent 952d09a commit 835da3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/runtime/server/parse_body/read_only_form_data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function read_only_form_data() {
1919
};
2020
}
2121

22-
export class ReadOnlyFormData {
22+
class ReadOnlyFormData {
2323
/** @type {Map<string, string[]>} */
2424
#map;
2525

0 commit comments

Comments
 (0)