Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexterp37 authored Apr 24, 2024
1 parent 2048d94 commit 78f141b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MetricDetail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
// Although events might come from other pings, we override that and
// generate SQL just for the `events_stream`. This changes
// `some_database.table` to `some_database.events_stream`.
const tableNameParts = table.split('.');
const tableNameParts = table.split(".");
const override = `${tableNameParts[0]}.events_stream`;
return tableNameParts[1] === "events"
? getGleanEventQuery(override, additionalInfo)
Expand Down

0 comments on commit 78f141b

Please sign in to comment.