Skip to content

Commit e19f5e6

Browse files
committed
Fix type for uint
1 parent bce6bb6 commit e19f5e6

File tree

1 file changed

+1
-0
lines changed
  • compiler-rs/clients_schema_to_rest_api_spec/src

1 file changed

+1
-0
lines changed

compiler-rs/clients_schema_to_rest_api_spec/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ const BUILTIN_MAPPINGS: &[((&str, &str), &str)] = &[
212212
(("_builtins", "boolean"), "boolean"),
213213
(("_builtins", "number"), "number"),
214214
(("_types", "integer"), "int"),
215+
(("_types", "uint"), "int"),
215216
(("_types", "long"), "long"),
216217
(("_types", "float"), "number"),
217218
(("_types", "double"), "double"),

0 commit comments

Comments
 (0)