You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should probably return the fetch promise without marking the method as async. In theory there is no need to await the result of fetch, but if we want to await the send we can do that at the specific point in code
datex-core-js-legacy/network/datex-http-channel.ts
Line 16 in 0e3224c
await
keyword. ThesendDatexViaHTTPChannel
function should be marked asasync
.The text was updated successfully, but these errors were encountered: