Skip to content

Commit e230e2c

Browse files
committed
♻️ rename taskmetadata type
1 parent 1b4aa38 commit e230e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/task.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export class TaskController {
106106

107107
infoLogger(
108108
'getTaskMetadata',
109-
`Found ${metadata.fields.length} fields for Task Object`,
109+
`Found ${metadata.options?.length} options for Task Object`,
110110
providerConfig.apiKey,
111111
);
112112

0 commit comments

Comments
 (0)