trouble with GitKraken, fix everything now

This commit is contained in:
Stefan Feješ
2018-01-08 21:31:30 +01:00
parent 567575c127
commit 755fe634ee
5 changed files with 43 additions and 13 deletions

View File

@ -16,7 +16,7 @@ const httpPost = (url, data, callback, err = console.error) => {
request.onload = () => callback(request);
request.onerror = () => err(request);
request.send(data);
}
};
```
```js