mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 02:39:26 +02:00
fix(struct): fix uint64
This commit is contained in:
parent
1b49a911c5
commit
1f14dcc2af
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ export class Struct<
|
|||
) {
|
||||
return this.bigint(
|
||||
name,
|
||||
BigIntFieldType.Int64,
|
||||
BigIntFieldType.Uint64,
|
||||
_typescriptType
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue