Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaroise committed Sep 11, 2024
1 parent 63888e1 commit 3e6cf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studioShared/deskStructure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const deskStructure: StructureResolver = (S) =>
S.documentList()
.title("Customer cases")
.filter("_type == $type && language == $lang")
.params({ type: customerCaseID, lang: i18n.base })
.params({ type: customerCaseID, lang: i18n.base }),
),
]);

0 comments on commit 3e6cf3a

Please sign in to comment.