First steps to creating a new node
This commit is contained in:
parent
1ce8e29e37
commit
989542be91
6 changed files with 101 additions and 44 deletions
|
|
@ -149,7 +149,7 @@ export class Sync {
|
|||
const res = await API.query('POST', '/sync/to_server', request)
|
||||
if (!res.OK) {
|
||||
// TODO - implement better error management here.
|
||||
console.log(res)
|
||||
console.error(res)
|
||||
alert(res)
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue