Skip to content

Commit f02098b

Browse files
authored
Merge pull request #11 from redbitcz/jb-fix-token-list
Enabler: Fix filtered values saved as list
2 parents 57a97c7 + 44db746 commit f02098b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Enabler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function ($token) {
213213
}
214214
);
215215

216-
$this->writeStorage($list);
216+
$this->writeStorage(array_values($list));
217217
}
218218

219219
// TOKEN UTILS -----------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)