mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-27 18:40:31 +02:00
Lint
This commit is contained in:
@ -16,7 +16,7 @@ export const Hosters = {
|
||||
}
|
||||
},
|
||||
enable: async (match: Match) => {
|
||||
let disabled = await storageGet('hosters.disabled', []);
|
||||
const disabled = await storageGet('hosters.disabled', []);
|
||||
const index = disabled.indexOf(match.id);
|
||||
if (index !== -1) {
|
||||
disabled.splice(index, 1);
|
||||
|
Reference in New Issue
Block a user