chore: change ignore to expect
This commit is contained in:
@@ -49,7 +49,7 @@ export class MastodonApiServerService {
|
|||||||
const dataObj = {};
|
const dataObj = {};
|
||||||
const parsedData = new URLSearchParams(body as string);
|
const parsedData = new URLSearchParams(body as string);
|
||||||
for (var pair of parsedData.entries()) {
|
for (var pair of parsedData.entries()) {
|
||||||
//@ts-ignore
|
//@ts-expect-error
|
||||||
dataObj[pair[0]] = pair[1];
|
dataObj[pair[0]] = pair[1];
|
||||||
}
|
}
|
||||||
done(null, dataObj)
|
done(null, dataObj)
|
||||||
|
|||||||
Reference in New Issue
Block a user