Skip to content

Commit 44db746

Browse files
committed
Enabler: Fix filtered values saved as list
1 parent 08d4bd9 commit 44db746

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)