mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
reservation: fix description of UpdateReservation
The description was from another method (InsertReservationUpdate).
This commit is contained in:
parent
4ad86b615a
commit
91507d8633
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ type BaseDB interface {
|
|||
// made.
|
||||
GetReservations(ctx context.Context) ([]sqlc.Reservation, error)
|
||||
|
||||
// UpdateReservation inserts a new reservation update.
|
||||
// UpdateReservation updates a reservation.
|
||||
UpdateReservation(ctx context.Context,
|
||||
arg sqlc.UpdateReservationParams) error
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue