Skip to content

Commit

Permalink
/deploy sit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbyrne committed Aug 5, 2024
1 parent a02b64f commit b26642f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/client/harmony.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function subset(job, accessToken) {
url += `&subset=lat(${south}:${north})`;
url += `&subset=lon(${west}:${east})`;

// add granule names
// add granule names to form data
const formData = new FormData();

granuleIds.forEach((granuleId) => {
Expand Down

0 comments on commit b26642f

Please sign in to comment.