Skip to content

Commit 4ad05a4

Browse files
committed
fix
1 parent f28525e commit 4ad05a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/builder/src/utils/roundApplication.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export const parseRoundApplicationMetadata = (
7474
);
7575

7676
metadata.applicationSchema.questions = [
77-
...metadata.applicationSchema.questions,
7877
{
7978
id: maxId + 1,
8079
type: "project",
@@ -83,6 +82,7 @@ export const parseRoundApplicationMetadata = (
8382
id: maxId + 2,
8483
type: "recipient",
8584
},
85+
...metadata.applicationSchema.questions,
8686
];
8787

8888
return metadata;

0 commit comments

Comments
 (0)