updated to version 0.1.32
This commit is contained in:
parent
7efb22023c
commit
c265878fa4
@ -6,7 +6,7 @@
|
||||
"authors": [
|
||||
{ "name": "Robin Riis" }
|
||||
],
|
||||
"version": "0.1.32",
|
||||
"version": "0.1.33",
|
||||
"socket": true,
|
||||
"minimumCoreVersion": 10,
|
||||
"compatibility": {
|
||||
|
||||
@ -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")
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user