Skip to content

Commit

Permalink
fix: one more merge confict fix (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman authored Jan 13, 2025
1 parent 10bd583 commit 24136f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/continuous-deploy-fingerprint-info/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/continuous-deploy-fingerprint/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/fingerprintUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export async function getBuildInfoWithFingerprintAsync({
silent: !isDebug(),
}
);
builds = JSON.parse(stdout).builds;
builds = JSON.parse(stdout);
} catch (error: unknown) {
throw new Error(`Error getting EAS builds: ${String(error)}`, { cause: error });
}
Expand Down

0 comments on commit 24136f8

Please sign in to comment.