Skip to content

Commit

Permalink
fix: office config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Jun 9, 2024
1 parent 531ee45 commit a074a03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public OfficeConfigDTO getOfficeConfig() {
officeConfigVO.setDocumentServer(officeConfigDTO.getDocumentServer());
officeConfigVO.setCallbackServer(officeConfigDTO.getCallbackServer());
officeConfigVO.setTokenEnabled(officeConfigDTO.isTokenEnabled());
officeConfigVO.setFormat(officeConfigDTO.getFormat());
if (StrUtil.isNotBlank(officeConfigDTO.getSecret())) {
officeConfigVO.setSecret(VO_KEY);
}
Expand Down

0 comments on commit a074a03

Please sign in to comment.