@sankhyalabs/core
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -59,3 +59,3 @@ import { RequestMetadata, Method } from "./RequestMetadata"; | ||
}; | ||
request.open(requestMetadata.getMethod.toString(), requestMetadata.getURL(), true); | ||
request.open(requestMetadata.getMethod().toString(), requestMetadata.getURL(), true); | ||
if (data != null) { | ||
@@ -62,0 +62,0 @@ request.send(JSON.stringify(data)); |
{ | ||
"name": "@sankhyalabs/core", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Modulo core JavaScript da Sankhya.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -79,3 +79,3 @@ import { RequestMetadata, Method } from "./RequestMetadata"; | ||
request.open(requestMetadata.getMethod.toString(), requestMetadata.getURL(), true); | ||
request.open(requestMetadata.getMethod().toString(), requestMetadata.getURL(), true); | ||
@@ -82,0 +82,0 @@ if(data != null){ |
Sorry, the diff of this file is not supported yet
21313