mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 12:07:11 +03:00
Code style fixes and react errors
This commit is contained in:
@@ -539,9 +539,4 @@ export default class Utils {
|
||||
|
||||
return hashHex;
|
||||
}
|
||||
|
||||
replaceArrayElement<Type>(array: Type[], value: Type, index: number): Type[] {
|
||||
array[index] = value;
|
||||
return array;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user