Skip to content

Commit abc6d64

Browse files
committed
fix
1 parent 6f47511 commit abc6d64

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
@@ -324,7 +324,7 @@ function handleDictionary(child: Node): DeepPartial<Dictionary> {
324324
"string",
325325
child.properties?.legacyNamespace,
326326
),
327-
...optionalMember("overrideType", "string", child.properties?.overrideType)
327+
...optionalMember("overrideType", "string", child.properties?.overrideType),
328328
};
329329
}
330330

0 commit comments

Comments
 (0)