updated to version 0.1.32
This commit is contained in:
parent
7efb22023c
commit
c265878fa4
@ -6,7 +6,7 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{ "name": "Robin Riis" }
|
{ "name": "Robin Riis" }
|
||||||
],
|
],
|
||||||
"version": "0.1.32",
|
"version": "0.1.33",
|
||||||
"socket": true,
|
"socket": true,
|
||||||
"minimumCoreVersion": 10,
|
"minimumCoreVersion": 10,
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
|
|||||||
@ -13,8 +13,6 @@ export class PuckoPruttApi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dagens_lunch(spider) {
|
dagens_lunch(spider) {
|
||||||
this._fetch_json("/spiders/dagens_lunch/" + spider + "/?format=json").then(dagens => {
|
return this._fetch_json("/spiders/dagens_lunch/" + spider + "/?format=json")
|
||||||
return dagens;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user