Skip to content

Commit 588890f

Browse files
committed
-
1 parent abe52d7 commit 588890f

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
@@ -288,7 +288,7 @@ function handleMethod(child: Node): DeepPartial<Method> {
288288
}),
289289
};
290290

291-
let signature: Method['signature'];
291+
let signature: Method["signature"];
292292
const signatureIndex = child.properties?.signatureIndex;
293293
if (typeof signatureIndex == "number") {
294294
signature = { [signatureIndex]: signatureObj };

0 commit comments

Comments
 (0)