Skip to content

Commit

Permalink
Merge pull request #2 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
uses production dataset
  • Loading branch information
ajrothwell authored Jun 13, 2024
2 parents 6a6be72 + 4153b84 commit 41ace38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/testing_push_to_s3.yml

This file was deleted.

7 changes: 1 addition & 6 deletions src/data-sources/ost.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
type: 'http-get',
dependent: 'none',
resettable: false,
url: 'https://stage.cityspan.com:8080/phillyost/service/getall',
url: 'https://api.cityspan.com/phillyost/service/getall',
options: {
success: function(data) {
console.log('ost.js success is running, data:', data);

Check failure on line 9 in src/data-sources/ost.js

View workflow job for this annotation

GitHub Actions / build

Unexpected console statement
Expand All @@ -16,10 +16,5 @@ export default {
}
return newData;
},
// params: {
// where: '1=1',
// outFields: '*',
// f: 'pjson',
// },
},
};

0 comments on commit 41ace38

Please sign in to comment.