Skip to content

Commit

Permalink
chore: update to point to prod website
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Mar 25, 2024
1 parent 096dee4 commit 6c7e9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/validate-sgid-index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { validateOpenDataUrl, validateOpenSgidTableName, validateUrl } from './u
const downloadMetadata = await tsImport.load('../data/downloadMetadata.ts');

const spreadsheetId = '11ASS7LnxgpnD0jN4utzklREgMf1pcvYjcXcIcESHweQ';
const ourWebSite = 'https://gis-utah.netlify.app';
const ourWebSite = 'https://gis.utah.gov';

const scopes = ['https://www.googleapis.com/auth/spreadsheets', 'https://www.googleapis.com/auth/drive'];
let client;
Expand Down

0 comments on commit 6c7e9b6

Please sign in to comment.