forked from vieter-v/vieter
feat: logs api now also returns id
This commit is contained in:
parent
7b59277931
commit
210508f1ee
6 changed files with 19 additions and 13 deletions
|
|
@ -206,7 +206,7 @@ fn add(conf Config, t &NewTarget) ? {
|
|||
c := client.new(conf.address, conf.api_key)
|
||||
res := c.add_target(t)?
|
||||
|
||||
println("Target added with id $res.data")
|
||||
println('Target added with id $res.data')
|
||||
}
|
||||
|
||||
// remove removes a repository from the server's list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue