Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release'
Browse files Browse the repository at this point in the history
  • Loading branch information
kespinola committed Oct 8, 2023
2 parents 6fc2264 + 567db1e commit 5524332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ fastify.post(
const results = await uploader.upload(buffer, "application/json");

reply.send(results);
upload_status = "COMPLETED";
upload_status = "COMPLETED";
}
} catch (err) {
fastify.log.error(err);
Expand Down

0 comments on commit 5524332

Please sign in to comment.