Skip to content

Commit 6d142a0

Browse files
committed
lint
1 parent 3b3f60c commit 6d142a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/patches.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function handleProperty(child: Node): Partial<Property> {
257257
: optionalMember("type", "string", child.properties?.type)),
258258
...optionalMember("readonly", "boolean", child.properties?.readonly),
259259
...optionalMember("deprecated", "string", child.properties?.deprecated),
260-
...(child.properties?.supported && { deprecated: false })
260+
...(child.properties?.supported && { deprecated: false }),
261261
};
262262
}
263263

0 commit comments

Comments
 (0)