Skip to content

Commit

Permalink
fix: practice
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Feb 23, 2024
1 parent de9ca6e commit 62d418e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GitHub/branch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export class GithubBranch extends FilesManagement {
} catch (e) {
logs({settings: this.settings, e: true}, e);
new Notice(
(i18next.t("ommands.checkValidity.error", {repo}))
(i18next.t("commands.checkValidity.error", {repo}))
);
break;
}
Expand Down
2 changes: 1 addition & 1 deletion src/settings/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface Repository {
branch: string;
automaticallyMergePR: boolean;
verifiedRepo?: boolean;
token?: string,
token?: string;
api: {
tiersForApi: GithubTiersVersion;
hostname: string;
Expand Down

0 comments on commit 62d418e

Please sign in to comment.