Skip to content

Commit

Permalink
prod data
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Oct 21, 2024
1 parent 2bf4191 commit 09047d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const tickerSettings = {

const getTickerData = async (): Promise<TickerData | undefined> => {
const data = await fetch(
'https://support.code.dev-theguardian.com/ticker/US.json',
'https://support.theguardian.com/ticker/US.json',
).then((response) => response.json());

if (isObject(data)) {
Expand Down

0 comments on commit 09047d5

Please sign in to comment.