Skip to content

Commit

Permalink
Merge pull request #11 from redbitcz/jb-fix-token-list
Browse files Browse the repository at this point in the history
Enabler: Fix filtered values saved as list
  • Loading branch information
jakubboucek authored Oct 19, 2021
2 parents 57a97c7 + 44db746 commit f02098b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enabler.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function ($token) {
}
);

$this->writeStorage($list);
$this->writeStorage(array_values($list));
}

// TOKEN UTILS -----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit f02098b

Please sign in to comment.