mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 23:05:24 +02:00
chore: change ignore to expect
This commit is contained in:
parent
96180bb808
commit
ad1d3ccb75
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue