This commit is contained in:
2017-10-13 13:55:33 +02:00
parent 0021ff17df
commit 892cb3eb31
7 changed files with 17 additions and 108 deletions

View File

@ -665,7 +665,7 @@ export class AnimeNotifier {
.catch(console.error)
}
post(url, body) {
post(url: string, body: any) {
if(typeof body !== "string") {
body = JSON.stringify(body)
}