Skip to content

Commit ca42387

Browse files
committed
fix: minor fix
1 parent acb773a commit ca42387

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ax/dsp/sig.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export class AxSignature {
123123
const type = f.type ? f.type.name : 'string';
124124
if (f.type?.isArray) {
125125
properties[f.name] = {
126-
title: f.title,
127126
description: f.description,
128127
type: 'array' as const,
129128
items: {

0 commit comments

Comments
 (0)