Skip to content

Commit

Permalink
fix(lib): fix publishedAt type
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 28, 2024
1 parent 8cecf09 commit c18c9d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/src/types/video.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Video {
final String description;

/// The date and time the API created the video. Date and time are provided using ISO-8601 UTC format.
final String publishedAt;
final DateTime publishedAt;

/// The date and time the video was updated. Date and time are provided using ISO-8601 UTC format.
final DateTime updatedAt;
Expand Down
7 changes: 4 additions & 3 deletions lib/src/types/video.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c18c9d1

Please sign in to comment.