Skip to content

Commit

Permalink
fix: type validation (#1405)
Browse files Browse the repository at this point in the history
* fix: type validation

Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>

* fix: type validation

Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>

* fix: type validation

Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>

* fix: type validation

Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>

---------

Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
  • Loading branch information
Chloe Kim committed Apr 10, 2023
1 parent db26d3d commit 8e313f0
Show file tree
Hide file tree
Showing 4 changed files with 989 additions and 255 deletions.
Expand Up @@ -203,7 +203,7 @@ fn return_update_error_when_type_panic() {

let update_record = Record {
schema_id: schema.identifier,
values: update_values.clone(),
values: update_values,
};

let result = env.update(
Expand Down

0 comments on commit 8e313f0

Please sign in to comment.