Skip to content

Commit

Permalink
fix(models/driver): missing id field
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Sep 5, 2024
1 parent 0d5d2e9 commit a588853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: placeos
version: 2.11.0
version: 2.11.1
license: MIT

description: |
Expand Down
2 changes: 2 additions & 0 deletions src/placeos/api/models/driver.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ module PlaceOS::Client::API::Models
struct Driver < Response
include Timestamps

getter id : String

getter name : String
getter description : String

Expand Down

0 comments on commit a588853

Please sign in to comment.