Skip to content

Commit b25aa3a

Browse files
authored
fix: bucket template error (#3332)
1 parent 1626633 commit b25aa3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flows/templates/types/bucket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default register =>
2020
...JSON.parse(
2121
JSON.stringify(PIPE_DEFINITIONS['queryBuilder'].initial)
2222
),
23-
buckets: [name],
23+
buckets: [{name, type: 'user'}],
2424
},
2525
{
2626
title: 'Validate the Data',

0 commit comments

Comments
 (0)