Skip to content

Commit 70f816c

Browse files
authored
📦 Remove any in container (#2571)
1 parent 65fcc42 commit 70f816c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/myst-transforms/src/include.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export async function includeDirectiveTransform(
119119
};
120120
const container: Container = {
121121
type: 'container',
122-
kind: 'code' as any,
122+
kind: 'code',
123123
children: [code as any, caption],
124124
};
125125
// Move the label to the container

0 commit comments

Comments
 (0)