Address following rules

- @typescript-eslint/no-redundant-type-constituents
- @typescript-eslint/no-unnecessary-type-assertion
This commit is contained in:
vorotamoroz
2026-06-01 03:37:55 +01:00
parent b887269fc1
commit f710f03380
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ export const _requestToCouchDBFetch = async (
username: string,
password: string,
path?: string,
body?: string | any,
body?: any,
method?: string
) => {
const utf8str = String.fromCharCode.apply(null, [...writeString(`${username}:${password}`)]);