egs_accounts: Fix the type spec for #state.accounts.
This commit is contained in:
parent
d5b5afa0a7
commit
840db6b7b3
@ -36,7 +36,7 @@
|
|||||||
}).
|
}).
|
||||||
|
|
||||||
-record(state, {
|
-record(state, {
|
||||||
accounts = [] :: list(#accounts{}),
|
accounts = [] :: list({GID::integer(), #accounts{}}),
|
||||||
next_gid = 10000001 :: integer(),
|
next_gid = 10000001 :: integer(),
|
||||||
tmp_gid = 16#ff000001 :: integer()
|
tmp_gid = 16#ff000001 :: integer()
|
||||||
}).
|
}).
|
||||||
|
Loading…
Reference in New Issue
Block a user