Skip to content

Commit

Permalink
Get rid of a spurious load
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed May 6, 2024
1 parent 96b8f5e commit 9cd9644
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controllers/nft_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ func (udc *UserDevicesController) GetBurnDevice(c *fiber.Ctx) error {
qm.Load(models.UserDeviceRels.BurnRequest),
qm.Load(models.UserDeviceRels.VehicleTokenAftermarketDevice),
qm.Load(models.UserDeviceRels.VehicleTokenSyntheticDevice),
qm.Load(models.UserDeviceRels.UserDeviceAPIIntegrations),
).One(c.Context(), tx)
if err != nil {
if errors.Is(err, sql.ErrNoRows) {
Expand Down

0 comments on commit 9cd9644

Please sign in to comment.