Skip to content

Commit e4ed160

Browse files
chore: rebuild with newest code changes
1 parent e5194fd commit e4ed160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10536,7 +10536,7 @@ const createGithubAccessToken = async (githubAppToken) => {
1053610536

1053710537
const response = await makeRequest(query, variables);
1053810538

10539-
if (!response.data && !response.data.createGithubAccessToken.success) {
10539+
if (!response.data || !response.data.createGithubAccessToken.success) {
1054010540
throw new Error(
1054110541
"Couldn't fetch access token for Github application. Check if you use the correct `BARECHECK_GITHUB_APP_TOKEN`"
1054210542
);

0 commit comments

Comments
 (0)