Skip to content

Commit

Permalink
Merge pull request #340 from CodeForNagasaki/development
Browse files Browse the repository at this point in the history
Bodikからのデータ取得上限
  • Loading branch information
sugasaki authored May 19, 2021
2 parents 155011f + 47587f2 commit 74cb6db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '14.16.0'

- name: Cache dependencies
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '14.16.0'

- name: Cache dependencies
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion services/bodikApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const nagasakiCityNewsId = 'eb0ba50a-7a97-4029-9b75-9c6bab0568f6'
const nagasakiOtherInfoId = '438f03f1-0ee8-466d-a5d9-e874f5367507'

// Bodikからのデータ取得上限
const limit = 2000
const limit = 4000

export const fetchNagasakiPrefectureTestedCases = () =>
callFetchJsonp(baseUrl, nagasakiPrefectureTestedCasesId, { limit })
Expand Down

0 comments on commit 74cb6db

Please sign in to comment.