Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Oct 28, 2024
1 parent 04beac8 commit a01c2b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions studioShared/schemas/documents/customerCase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ const customerCase = defineType({
if (value) {
const invalidItems = value.filter(
(item) =>
typeof item.value === "string" &&
item.value.length > 300,
typeof item.value === "string" && item.value.length > 300,
);

if (invalidItems.length > 0) {
Expand Down

0 comments on commit a01c2b8

Please sign in to comment.