Skip to content

Commit

Permalink
feat: default bu
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Feb 20, 2024
1 parent 8a3eca4 commit 494c541
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class ProjectService {
pathWithNamespace: path_with_namespace,
name: name,
description: description || '',
bu: bu,
bu: bu || '默认',
},
});
}
Expand Down

0 comments on commit 494c541

Please sign in to comment.