Skip to content

Commit

Permalink
refactor: Formatted Code
Browse files Browse the repository at this point in the history
  • Loading branch information
ecyht2 committed May 6, 2024
1 parent bc853ce commit b09a98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/mbtiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default async function mbtiles_protocol(params) {
tiles_json.tiles = tiles;
return {
data: tiles_json
}
};
} catch (e) {
logging.error(e);
return {
Expand Down

0 comments on commit b09a98a

Please sign in to comment.