Skip to content

Commit ac0c7a9

Browse files
committed
fix
1 parent 3b1ad22 commit ac0c7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/routes/project/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ function Project() {
13541354
await (status.createAsync(item));
13551355
}
13561356
}
1357-
if(obj.global.template.length>0)
1357+
if(obj.global.template && obj.global.template.length>0)
13581358
{
13591359
for(let item of obj.global.template)
13601360
{

0 commit comments

Comments
 (0)