Removed unused type ignore

This commit is contained in:
WardPearce
2025-11-08 14:14:38 +13:00
parent 7ab76439ea
commit ce382d6a45
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "materialious",
"version": "1.11.4",
"version": "1.11.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "materialious",
"version": "1.11.4",
"version": "1.11.5",
"hasInstallScript": true,
"dependencies": {
"@capacitor-community/electron": "^5.0.1",
@@ -546,7 +546,6 @@
const stringBody = new TextDecoder().decode(response.data);
// position:0% for LTR text and position:100% for RTL text
const cleaned = stringBody.replaceAll(/ align:start position:(?:10)?0%$/gm, '');
// @ts-expect-error Type is acceptable, is shaka player
response.data = new TextEncoder().encode(cleaned).buffer;
}
});