Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Mar 12, 2024
1 parent 051f473 commit 45c1e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/Edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export async function submitPr(
content: getAtom(description).map(revert),
},
]
/** don't include empty files */
/** don't submit empty files */
.filter((file) =>
Array.isArray(file.content) ? file.content.length : file.content,
),
Expand Down

0 comments on commit 45c1e00

Please sign in to comment.