Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-gupta7 committed Aug 15, 2024
1 parent 8c70e63 commit 5f910c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export class BitbucketTokenStorage extends GitTokenStorage {
data: parsed as AnyTokenSet<false>,
};
});
} else if(jsonFiles) {
} else if (jsonFiles) {
const parsed = jsonFiles as GitSingleFileObject;
return [
{
Expand Down Expand Up @@ -247,7 +247,7 @@ export class BitbucketTokenStorage extends GitTokenStorage {
})),
];
}
return{
return {
errorMessage: ErrorMessages.VALIDATION_ERROR,
};
} catch (e) {
Expand Down

0 comments on commit 5f910c7

Please sign in to comment.