Skip to content

Commit 86a23b0

Browse files
committed
fix format
1 parent 6f640df commit 86a23b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/api-reference/epics/add-epic-work-items.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,7 @@ const response = await fetch(
119119
"Content-Type": "application/json",
120120
},
121121
body: JSON.stringify({
122-
work_item_ids: [
123-
"550e8400-e29b-41d4-a716-446655440010",
124-
"550e8400-e29b-41d4-a716-446655440011",
125-
],
122+
work_item_ids: ["550e8400-e29b-41d4-a716-446655440010", "550e8400-e29b-41d4-a716-446655440011"],
126123
}),
127124
}
128125
);

0 commit comments

Comments
 (0)