Skip to content

Commit

Permalink
Merge pull request #341 from CodeForNagasaki/development
Browse files Browse the repository at this point in the history
master <- develop
  • Loading branch information
sugasaki authored May 19, 2021
2 parents 74cb6db + 9c13106 commit 431d71e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 = 4000
const limit = 4500

export const fetchNagasakiPrefectureTestedCases = () =>
callFetchJsonp(baseUrl, nagasakiPrefectureTestedCasesId, { limit })
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"skipLibCheck": true,
"target": "es2018",
"module": "esnext",
"moduleResolution": "node",
Expand Down

0 comments on commit 431d71e

Please sign in to comment.