summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/roster/rst_shim.erl')
-rw-r--r-- | src/roster/rst_shim.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster/rst_shim.erl b/src/roster/rst_shim.erl index 57a62f5..681ff8e 100644 --- a/src/roster/rst_shim.erl +++ b/src/roster/rst_shim.erl @@ -18,7 +18,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -spec generate_random_character_roster () -> rst_roster:type(). generate_random_character_roster () -> - Result = rst_roster:new(<<"0">>, <<"0">>), + Result = rst_roster:new(<<"0">>), %% TODO [DEBUG][REQUIRED]: unimplemented. |