diff --git a/module.json b/module.json index c972f93..72ce91d 100644 --- a/module.json +++ b/module.json @@ -6,7 +6,7 @@ "authors": [ { "name": "Robin Riis" } ], - "version": "0.1.16", + "version": "0.1.17", "socket": true, "minimumCoreVersion": 10, "compatibility": { diff --git a/scripts/puckoapi/puckoapi.js b/scripts/puckoapi/puckoapi.js index 8b9784d..78711e0 100644 --- a/scripts/puckoapi/puckoapi.js +++ b/scripts/puckoapi/puckoapi.js @@ -1,6 +1,6 @@ -export default class PuckoPruttApi { +export class PuckoPruttApi { constructor() { this.apiUrl = "https://api.puckoprutt.tech" this.schema = this.apiUrl + "/schema/"