Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Apr 26, 2024
1 parent f2757bd commit 24a99e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/cli/config/config.diff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export async function diffVectorUpdate(
const ldsLayers = new Map<string, StacLinkLds>();
for (const item of newCollection.links) {
if (item.rel === 'lds:layer') ldsLayers.set((item as StacLinkLds)['lds:id'], item as StacLinkLds);
}
}

// Log all the new inserts for new tileset
if (existingTileSet == null) {
Expand Down

0 comments on commit 24a99e0

Please sign in to comment.