Skip to content

Commit

Permalink
fix: js extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Dec 6, 2023
1 parent 01c3763 commit f3570ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qryn_bun.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ import handlerDelGroup from './lib/handlers/alerts/del_group.js'
import handlerDelNS from './lib/handlers/alerts/del_ns.js'
import handlerPromGetRules from './lib/handlers/alerts/prom_get_rules.js'
import handlerTail from './lib/handlers/tail.js'
import handlerTempoLabelV2 from './lib/handlers/tempo_v2_tags'
import handlerTempoLabelV2Values from './lib/handlers/tempo_v2_values'
import handlerTempoLabelV2 from './lib/handlers/tempo_v2_tags.js'
import handlerTempoLabelV2Values from './lib/handlers/tempo_v2_values.js'

import { readonly } from './common.js'
import DATABASE, { init } from './lib/db/clickhouse.js'
Expand Down

0 comments on commit f3570ea

Please sign in to comment.