diff --git a/module.json b/module.json index 3e35f12..79cf3f0 100644 --- a/module.json +++ b/module.json @@ -6,7 +6,7 @@ "authors": [ { "name": "Robin Riis" } ], - "version": "0.1.9", + "version": "0.1.10", "socket": true, "minimumCoreVersion": 10, "compatibility": { diff --git a/scripts/puckoapi/puckoapi.js b/scripts/puckoapi/puckoapi.js index c8b87c6..3331ea4 100644 --- a/scripts/puckoapi/puckoapi.js +++ b/scripts/puckoapi/puckoapi.js @@ -1,4 +1,4 @@ -export default class PuckoPruttApi { +export class PuckoPruttApi { constructor() { this.apiUrl = "api.puckoprutt.tech" this.schema = this.apiUrl + "/schema"