mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-12 13:46:51 +00:00
lintfix
This commit is contained in:
parent
d59a55f8c3
commit
49bac45f73
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ func handleCreateItem(bs *booking.Service, cs *calendar.Service, hc *config.Host
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, i := range newItems {
|
for _, i := range newItems {
|
||||||
renderTempl(c, http.StatusCreated, view.LineItem(&view.ItemViewModel{
|
_ = renderTempl(c, http.StatusCreated, view.LineItem(&view.ItemViewModel{
|
||||||
Id: strconv.Itoa(i.Id),
|
Id: strconv.Itoa(i.Id),
|
||||||
Item: i.Item,
|
Item: i.Item,
|
||||||
Quantity: strconv.Itoa(i.Quantity),
|
Quantity: strconv.Itoa(i.Quantity),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue