Skip to content

Commit 33c45e6

Browse files
committed
prettier
1 parent 2a50fe0 commit 33c45e6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/roam/src/components/QueryEditor.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,9 @@ const QueryEditor: QueryEditorComponent = ({
490490
if (!discourseNodeType) return;
491491

492492
const stripped: unknown = JSON.parse(
493-
JSON.stringify({ conditions, selections, custom }, (key, value: unknown) =>
494-
key === "uid" ? undefined : value,
493+
JSON.stringify(
494+
{ conditions, selections, custom },
495+
(key, value: unknown) => (key === "uid" ? undefined : value),
495496
),
496497
);
497498

0 commit comments

Comments
 (0)