Skip to content

Commit

Permalink
change label type to dynamic.
Browse files Browse the repository at this point in the history
Summary: as title.

Reviewed By: jaher

Differential Revision: D66103004

fbshipit-source-id: ace16b1efc2abd38c8547dc3ef995ada41d14ca4
  • Loading branch information
Madan Jampani authored and facebook-github-bot committed Nov 18, 2024
1 parent 2578d88 commit bab99d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wa_raft_label.erl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-module(wa_raft_label).
-compile(warn_missing_spec_all).

-type label() :: term().
-type label() :: dynamic().

-export_type([label/0]).

Expand Down

0 comments on commit bab99d4

Please sign in to comment.