We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6731b commit af717cbCopy full SHA for af717cb
packages/cli-vector/src/cli/cli.join.ts
@@ -147,7 +147,7 @@ export const JoinCommand = command({
147
const target = new URL(`topographic/${CliId}/${args.filename}.tar.co`, bucketPath);
148
await fsa.write(fsa.toUrl('/tmp/target'), JSON.stringify([target]));
149
const mbTilesTarget = new URL(`topographic/${CliId}/${args.filename}.mbtiles`, bucketPath);
150
- await fsa.write(fsa.toUrl('/tmp/mbTilesTarget'), JSON.stringify([mbTilesTarget]));
+ await fsa.write(fsa.toUrl('/tmp/mbTilesTarget'), JSON.stringify(mbTilesTarget));
151
}
152
},
153
});
0 commit comments