Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] 震度データベースのJSON typesを変更 #768

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

YumNumm
Copy link
Owner

@YumNumm YumNumm commented Aug 12, 2024

概要

  • city要素は下記schemaなので、修正
export const EqmonitorEarthquakeIntensityObservationCitySchema = v.object({
  name: v.string(),
  code: v.nullable(StringNumber),
  max_intensity: intensity,
  observation_points: v.array(EqmonitorEarthquakeIntensityObservationSchema),
});

@YumNumm YumNumm merged commit d3cbb52 into develop Aug 12, 2024
2 of 3 checks passed
@YumNumm YumNumm deleted the fix/earthquake-early-type-bug branch August 12, 2024 13:04
@github-actions github-actions bot mentioned this pull request Aug 12, 2024
@github-actions github-actions bot mentioned this pull request Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant