Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Jan 15, 2022
1 parent c96c2da commit ea9f471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/status/public/js/build-log/check-for-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default async function checkForBuild() {
}
};

const processLog = () => {
const processLog = () => {
reader
.read()
.then(({ done, value }) => {
Expand Down

0 comments on commit ea9f471

Please sign in to comment.