diff --git a/src/leveled_pmanifest.erl b/src/leveled_pmanifest.erl index 29259cf..d32184a 100644 --- a/src/leveled_pmanifest.erl +++ b/src/leveled_pmanifest.erl @@ -61,7 +61,7 @@ % an array of lists or trees representing the manifest manifest_sqn = 0 :: integer(), % The current manifest SQN - snapshots :: list(), + snapshots :: list() | undefined, % A list of snaphots (i.e. clones) min_snapshot_sqn = 0 :: integer(), % The smallest snapshot manifest SQN in the snapshot @@ -1121,4 +1121,4 @@ snapshot_timeout_test() -> --endif. \ No newline at end of file +-endif.