chore: fix spec typo
This commit is contained in:
parent
bb363e9b9e
commit
909d348570
|
@ -229,7 +229,7 @@ discard_if_present(ClientID) ->
|
||||||
ok
|
ok
|
||||||
end.
|
end.
|
||||||
|
|
||||||
-spec discard(binary(), emgx_session:session()) -> emgx_session:session().
|
-spec discard(binary(), emqx_session:session()) -> emqx_session:session().
|
||||||
discard(ClientID, Session) ->
|
discard(ClientID, Session) ->
|
||||||
discard_opt(is_store_enabled(), ClientID, Session).
|
discard_opt(is_store_enabled(), ClientID, Session).
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
-export_type([export/0]).
|
-export_type([export/0]).
|
||||||
|
|
||||||
-type storage() :: emxt_ft_storage_fs:storage().
|
-type storage() :: emqx_ft_storage_fs:storage().
|
||||||
-type transfer() :: emqx_ft:transfer().
|
-type transfer() :: emqx_ft:transfer().
|
||||||
-type filemeta() :: emqx_ft:filemeta().
|
-type filemeta() :: emqx_ft:filemeta().
|
||||||
-type checksum() :: emqx_ft:checksum().
|
-type checksum() :: emqx_ft:checksum().
|
||||||
|
|
Loading…
Reference in New Issue