Skip to content

Commit c2b4f96

Browse files
committed
chore: format
1 parent 9abb886 commit c2b4f96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/getting-started/tutorial.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,8 +1728,7 @@ import { getContact, updateContact } from "../contacts";
17281728
export async function action({ request, params }) {
17291729
let formData = await request.formData();
17301730
return updateContact(params.contactId, {
1731-
favorite:
1732-
formData.get("favorite") === "true",
1731+
favorite: formData.get("favorite") === "true",
17331732
});
17341733
}
17351734

0 commit comments

Comments
 (0)