Skip to content

Commit 8b8abd1

Browse files
committed
Update schema
1 parent b0dd306 commit 8b8abd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/api/schema/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14259,7 +14259,7 @@ export interface components {
1425914259
*/
1426014260
name?: string | null;
1426114261
/**
14262-
* Precreate Directory
14262+
* precreate_directory
1426314263
* @default false
1426414264
*/
1426514265
precreate_directory: boolean | null;

lib/tool_shed/webapp/frontend/src/schema/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3181,7 +3181,7 @@ export interface components {
31813181
*/
31823182
name: string
31833183
/**
3184-
* Precreate Directory
3184+
* precreate_directory
31853185
* @default false
31863186
*/
31873187
precreate_directory: boolean | null

0 commit comments

Comments
 (0)