Removed error field
This commit is contained in:
parent
5221cd244d
commit
e9ded9d6b4
3 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 3.1.1
|
||||
|
||||
* Removed `error`
|
||||
|
||||
## 3.1.0
|
||||
|
||||
* Updated linter to `package:lints`
|
||||
|
|
|
@ -5,8 +5,6 @@ class Model {
|
|||
/// A unique identifier corresponding to this item.
|
||||
String? id;
|
||||
|
||||
String? error;
|
||||
|
||||
/// The time at which this item was created.
|
||||
DateTime? createdAt;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel3_model
|
||||
version: 3.1.0
|
||||
version: 3.1.1
|
||||
description: Angel3 basic data model class, no longer with the added weight of the whole framework.
|
||||
homepage: https://angel3-framework.web.app/
|
||||
repository: https://github.com/dukefirehawk/angel/tree/master/packages/model
|
||||
|
|
Loading…
Reference in a new issue