Skip to content

Commit

Permalink
revert syntax prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko authored Dec 31, 2024
1 parent 0d87e44 commit f483f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-src/elements/chromedash-timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class ChromedashTimeline extends LitElement {
const bigqueryEl = this.shadowRoot!.querySelector(
'#bigquery'
) as HTMLElement;
bigqueryEl!.textContent = `
bigqueryEl!.textContent = `#standardSQL
SELECT date, client, pct_urls, sample_urls
FROM \`httparchive.blink_features.usage\`
WHERE feature = '${featureName}'
Expand Down

0 comments on commit f483f7e

Please sign in to comment.