Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrazasp committed Jun 7, 2024
1 parent 587ac95 commit df7d3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/tiles.events.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export default class TilesEventsService extends moleculer.Service {

@Method
async getMVTTiles(ctx: Context<{ query: any; x: number; y: number; z: number }>) {
ctx = await this.applyFilters(ctx);
const adapter = await this.getAdapter(ctx);
const table = adapter.getTable();
const knex: Knex = adapter.client;
Expand Down

0 comments on commit df7d3b6

Please sign in to comment.