Skip to content

Commit

Permalink
fix(backend): 번역 기능을 사용할 수 없을 수 있음 (#486)
Browse files Browse the repository at this point in the history
* fix
  • Loading branch information
penginn-net authored Aug 21, 2024
1 parent 8cb0630 commit 3daf8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/core/entities/MetaEntityService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class MetaEntityService {
enableEmail: instance.enableEmail,
enableServiceWorker: instance.enableServiceWorker,

translatorAvailable: instance.deeplAuthKey != null,
translatorAvailable: instance.translatorType != null,

serverRules: instance.serverRules,

Expand Down

0 comments on commit 3daf8e5

Please sign in to comment.