Skip to content

Commit

Permalink
fix type(bool => string)
Browse files Browse the repository at this point in the history
  • Loading branch information
penginn-net committed Dec 21, 2024
1 parent 6fb1c36 commit 194081b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/backend/src/server/api/endpoints/admin/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export const meta = {
optional: false, nullable: true,
},
libreTranslateApiKey: {
type: 'boolean',
type: 'string',
optional: false, nullable: false,
},
defaultDarkTheme: {
Expand Down
2 changes: 1 addition & 1 deletion packages/cherrypick-js/src/autogen/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5623,7 +5623,7 @@ export type operations = {
deeplAuthKey: string | null;
deeplIsPro: boolean;
libreTranslateEndPoint: string | null;
libreTranslateApiKey: boolean;
libreTranslateApiKey: string;
defaultDarkTheme: string | null;
defaultLightTheme: string | null;
description: string | null;
Expand Down

0 comments on commit 194081b

Please sign in to comment.