Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1f14dcc2 authored by Simon Chan's avatar Simon Chan
Browse files

fix(struct): fix uint64

parent 1b49a911
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ export class Struct<
    ) {
        return this.bigint(
            name,
            BigIntFieldType.Int64,
            BigIntFieldType.Uint64,
            _typescriptType
        );
    }