Skip to content

Commit 1e806e5

Browse files
feat: test ci linter
1 parent a4e6daa commit 1e806e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/SamplingRequest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const SamplingRequest = ({
4040
)?.type;
4141

4242
const schema = useMemo(() => {
43-
const s: JsonSchemaType = {
43+
const s: any = {
4444
type: "object",
4545
description: "Message result",
4646
properties: {

0 commit comments

Comments
 (0)