Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexterp37 authored Apr 24, 2024
1 parent 78f141b commit d22b6b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/MetricDetail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
import { isExpired, isRemoved, isRecent } from "../state/items";
import { getGleanQuery, getGleanEventQuery } from "../data/gleanSql";
import {
getGleanQuery,
getGleanEventQuery,
getGleanLegacyEventQuery,
} from "../data/gleanSql";
export let params;
Expand Down

0 comments on commit d22b6b0

Please sign in to comment.