updated to version 0.1.32

This commit is contained in:
KungKurt 2025-02-23 23:05:58 +01:00
parent 7efb22023c
commit c265878fa4
2 changed files with 2 additions and 4 deletions

View File

@ -6,7 +6,7 @@
"authors": [
{ "name": "Robin Riis" }
],
"version": "0.1.32",
"version": "0.1.33",
"socket": true,
"minimumCoreVersion": 10,
"compatibility": {

View File

@ -13,8 +13,6 @@ export class PuckoPruttApi {
}
dagens_lunch(spider) {
this._fetch_json("/spiders/dagens_lunch/" + spider + "/?format=json").then(dagens => {
return dagens;
});
return this._fetch_json("/spiders/dagens_lunch/" + spider + "/?format=json")
}
}